Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f94abf4c authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/sleep-5' into 'main'

Increase sleep timeout to 5 seconds

See merge request !152
parents 5e5a0934 adc2b92f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    <description><![CDATA[in /e/OS cloud, nextcloud accounts are linked to mail accounts. This app ensures both are coordinated: it sets the e-mail address, quota and storage of the user upon creation.
    It also completes the account deletion by cleaning other parts of the /e/OS cloud setup to ensure no more data is retained when a user requests an account deletion.
    This app uses the UserDeletedEvent to invoke scripts in the docker-welcome container of /e/OS cloud setup]]></description>
    <version>7.0.0</version>
    <version>7.0.1</version>
    <licence>agpl</licence>
    <author mail="dev@murena.com" homepage="https://murena.com/">Murena SAS</author>
    <namespace>EcloudAccounts</namespace>
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ class AccountController extends Controller {
			$mainDomain = $this->userService->getMainDomain();
			$userEmail = $username.'@'.$mainDomain;
			$this->userService->registerUser($displayname, $recoveryEmail, $username, $userEmail, $password, $language);
			sleep(2);
			sleep(5);

			$this->userService->setAccountDataLocally($username, $userEmail);
			$this->userService->createHMEAlias($username, $userEmail);