From e190c0bc916fd2fbc9bad02c392e63ffdb119f08 Mon Sep 17 00:00:00 2001 From: Rob van Son Date: Fri, 1 Jun 2012 13:45:38 +0200 Subject: [PATCH] Layout ChangePassword page --- Private/ChangePassword.html | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/Private/ChangePassword.html b/Private/ChangePassword.html index 39c3b82..a5630d5 100644 --- a/Private/ChangePassword.html +++ b/Private/ChangePassword.html @@ -497,18 +497,31 @@ function bit_rol(num, cnt) onSubmit='if(! check_password_fields())return false;EncryptNewPassword();HashPassword("");true'>
- Old Password:
- New Password:
- Repeat:
+ + + + + + + + + + + + + + + + + +
Old Password:
New Password: +
Repeat:
$LOGINUSERNAME /> $SERVERSALT" /> $RANDOMSALT" /> $LOGINTICKET" /> $SESSIONTICKET" />
-
-

-

The Salt and Ticket values are all created using SHA1 on 512 Byte of output from /dev/urandom in HEX. -- 2.11.4.GIT