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

Commit c67e4880 authored by Ronak Patel's avatar Ronak Patel
Browse files

added recovery email

parent bcde3cf3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ class AccountController extends Controller {
			$this->userService->setTOS($username, true);
			$this->userService->setUserLanguage($username, $language);
			$this->newsletterService->setNewsletterSignup($newsletterEos, $newsletterProduct, $userEmail, $language);
			
			$this->userService->setRecoveryEmail($username, '');
			if($recoveryEmail !== '') {
				$this->userService->setUnverifiedRecoveryEmail($username, $recoveryEmail);
			}