fix console login and signup

This commit is contained in:
Damodar Lohani 2021-08-06 11:15:40 +05:45
parent 44232ae60c
commit cff70e282f
2 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,8 @@ $root = ($this->getParam('root') !== 'disabled');
data-failure="alert"
data-failure-param-alert-text="Login failed. Please check your credentials."
data-failure-param-alert-classname="error">
<input name="sessionId" type="hidden" value="unique()">
<input name="email" type="email" class="full-width" autocomplete="email" placeholder="Email" required>

View file

@ -37,6 +37,7 @@ $root = ($this->getParam('root') !== 'disabled');
<?php if($root): ?>
<p>Please create your root account</p>
<?php endif; ?>
<input name="userId" type="hidden" value="unique()">
<label>Name</label>
<input name="name" type="text" autocomplete="name" placeholder="" required maxlength="128">