mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
dc642fa898
|
@ -122,7 +122,7 @@ if($isajax)
|
|||
* to be changed redirect to out/out.ForcePasswordChange.php. Do this
|
||||
* check only if password expiration is turned on, we are not on the
|
||||
* page to change the password or the page that changes the password, the
|
||||
* current user is not admin, and no user substiation has occured. */
|
||||
* current user is not admin, and no user substitution has occured. */
|
||||
|
||||
if (!$user->isAdmin() && $origuser == null) {
|
||||
if($settings->_passwordExpiration > 0) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user