mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-27 10:20:24 +00:00
Don't change passwords to $pwstars
The password input boxes are supposed to contain the value of $pwstars, not the string '$pwstars'.
This commit is contained in:
parent
dabe01657d
commit
39d0cd5837
@ -327,8 +327,8 @@ function principal_editor() {
|
||||
}
|
||||
|
||||
$admin_row_entry = '';
|
||||
$default_passwd_row_entry = '<tr> <th class="right">' . $prompt_password_1 . ':</th> <td class="left">##newpass1.password.$pwstars##</td> </tr>';
|
||||
$default_passwd_row_entry .= '<tr> <th class="right">' . $prompt_password_2 . ':</th> <td class="left">##newpass2.password.$pwstars##</td> </tr>';
|
||||
$default_passwd_row_entry = '<tr> <th class="right">' . $prompt_password_1 . ':</th> <td class="left">##newpass1.password.' . $pwstars . '##</td> </tr>';
|
||||
$default_passwd_row_entry .= '<tr> <th class="right">' . $prompt_password_2 . ':</th> <td class="left">##newpass2.password.' . $pwstars . '##</td> </tr>';
|
||||
$delete_principal_button = '';
|
||||
if ( $session->AllowedTo('Admin') ) {
|
||||
$passwd_row_entry = $default_passwd_row_entry;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user