mirror of https://gitlab.com/bashrc2/epicyon
Password input type
parent
223ee5a5f5
commit
379473e4b1
|
@ -1612,11 +1612,11 @@ def _htmlEditProfileChangePassword(translate: {}) -> str:
|
||||||
' <div class="container">\n' + \
|
' <div class="container">\n' + \
|
||||||
'<label class="labels">' + translate['Change Password'] + \
|
'<label class="labels">' + translate['Change Password'] + \
|
||||||
'</label><br>\n' + \
|
'</label><br>\n' + \
|
||||||
' <input type="text" name="password" ' + \
|
' <input type="password" name="password" ' + \
|
||||||
'value=""><br>\n' + \
|
'value=""><br>\n' + \
|
||||||
'<label class="labels">' + translate['Confirm Password'] + \
|
'<label class="labels">' + translate['Confirm Password'] + \
|
||||||
'</label><br>\n' + \
|
'</label><br>\n' + \
|
||||||
' <input type="text" name="passwordconfirm" value="">\n' + \
|
' <input type="password" name="passwordconfirm" value="">\n' + \
|
||||||
' </div></details>\n'
|
' </div></details>\n'
|
||||||
return editProfileForm
|
return editProfileForm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue