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

Commit 31d909af authored by theronakpatel's avatar theronakpatel
Browse files

reverted change

parent b36e01c7
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -183,6 +183,8 @@ class AccountController extends Controller {
			}
		}

		// (Reverted) no server-side mandatory enforcement for recovery email here
		
		try {
			$username = mb_strtolower($username, 'UTF-8');
			$mainDomain = $this->userService->getMainDomain();
+2 −4
Original line number Diff line number Diff line
@@ -11,11 +11,10 @@
				<div class="control">
					<label>{{ t(appName,'Recovery Email') }}</label>
					<input id="email"
						v-model.trim="formData.email"
						v-model="formData.email"
						name="email"
						type="email"
						class="form-input"
						required
						:placeholder="t(appName,'Use an alternative email')"
						@input="validateForm(['email'])">
					<p v-if="validation.isEmailEmpty" class="validation-warning">
@@ -40,8 +39,7 @@
				@click.prevent="submitRecoveryEmailForm(true)">
				{{ t(appName,'Set My Recovery Email Now') }}
			</button>
			<button v-if="false"
				:wide="true"
			<button :wide="true"
				class="btn-default w-50 mx-10"
				type="primary"
				:disabled="processingCreation"