Display User Passwords
1.1
Now there is the users password displayed in the User Info in the YaBB Admin Center! Maybe sometimes it's needed!
- Bug of Version 1.0 fixed - now just admins can view the users passes!
Compatible to SP1 thanks to Manuel Medina
dOCda S!, Manuel Medina
mailto:docda_s@yahoo.de
Sources/Profile.pl
if ($username eq $INFO{'username'} || $settings[7] eq "Administrator") {
$modify = qq~« $txt{'17'} »~;
}
if ($username eq $INFO{'username'} || $settings[7] eq "Administrator") {
$userpass = qq(| $txt{'36'}: |
$memsettings[0] |
);
}
$txt{'68'}: |
$memsettings[1] |
$userpass