You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-29 22:41:11 +03:00
*.lang:
- add $PALANG['password'] to replace duplicate texts -$PALANG['pLogin_password'] -$PALANG['pCreate_mailbox_password'] -$PALANG['pAdminEdit_admin_password'] - set $PALANG['pFetchmail_field_src_password']= $PALANG['password']; (needed until fetchmail is migrated into FetchmailHandler) model/*, setup.php, templates/*: - use $PALANG['password'] everywhere git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1504 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@ -42,7 +42,7 @@ class AdminHandler extends PFAHandler {
|
||||
# field name allow display in... type $PALANG label $PALANG description default / options / ...
|
||||
# editing? form list
|
||||
'username' => pacol( $this->new, 1, 1, 'text', 'pAdminEdit_admin_username' , 'pAdminCreate_admin_username_text' ),
|
||||
'password' => pacol( 1, 1, 0, 'pass', 'pAdminEdit_admin_password' , '' ),
|
||||
'password' => pacol( 1, 1, 0, 'pass', 'password' , '' ),
|
||||
'password2' => pacol( 1, 1, 0, 'pass', 'pAdminEdit_admin_password2' , '' , '', '',
|
||||
/*not_in_db*/ 0,
|
||||
/*dont_write_to_db*/ 1,
|
||||
|
Reference in New Issue
Block a user