You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-31 10:04:20 +03:00
AdminpasswordHandler:
- initStruct(): remove description for current password - it doesn't exist in $PALANG and we don't really need a description here git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1550 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@ -25,7 +25,7 @@ class AdminpasswordHandler extends PFAHandler {
|
||||
# field name allow display in... type $PALANG label $PALANG description default / options / ...
|
||||
# editing? form list
|
||||
'username' => pacol( 0, 1, 1, 'text', 'admin' , '' ),
|
||||
'oldpass' => pacol( 1, 1, 0, 'pass', 'pPassword_password_current' , 'pPassword_password_current_text', '', '',
|
||||
'oldpass' => pacol( 1, 1, 0, 'pass', 'pPassword_password_current' , '', '', '',
|
||||
/*not_in_db*/ 1 ),
|
||||
'password' => pacol( 1, 1, 0, 'pass', 'pPassword_password' , '' ),
|
||||
'password2' => pacol( 1, 1, 0, 'pass', 'pPassword_password2' , '' , '', '',
|
||||
|
Reference in New Issue
Block a user