mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
merged, changepassword obsolete
This commit is contained in:
parent
c17253f9dc
commit
e79771162c
@ -36,14 +36,9 @@
|
||||
</form>
|
||||
<?php } ?>
|
||||
|
||||
<?php if ($CFG->changepassword or is_internal_auth() ) {
|
||||
if (is_internal_auth()) {
|
||||
$changepassword = "forgot_password.php";
|
||||
$changebuttonname = get_string("senddetails");
|
||||
} else {
|
||||
$changepassword = $CFG->changepassword;
|
||||
$changebuttonname = get_string("passwordrecovery");
|
||||
}
|
||||
<?php if (is_internal_auth() ) {
|
||||
$changepassword = "forgot_password.php";
|
||||
$changebuttonname = get_string("senddetails");
|
||||
?>
|
||||
<hr width="80%" />
|
||||
<p><?php print_string("forgotten") ?></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user