We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We use both SSO and local logins. When a user from outside the university logs in using the local connection, he cannot change his password.
6.2.72
source package
For users using the Local connection, the password may be changed
The password for Local connection cannot be changed
in pref.tt2, whe have :
[% UNLESS sso.size %] <h3 id="pref-change-password">[%|loc%]Changing your password[%END%]</h3> <form action="[% path_cgi %]" method="post"> <fieldset> <label for="newpasswd1">[%|loc%]New password:[%END%] </label> <input type="password" name="newpasswd1" id="newpasswd1" size="25" /> <label for="newpasswd2">[%|loc%]Re-enter your new password:[%END%] </label> <input type="password" name="newpasswd2" id="newpasswd2" size="25" /> <input class="MainMenuLinks" type="submit" name="action_setpasswd" value="[%|loc%]Submit[%END%]" /> </fieldset> </form> [% END %]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We use both SSO and local logins.
When a user from outside the university logs in using the local connection, he cannot change his password.
Version
6.2.72
Installation method
source package
Expected behavior
For users using the Local connection, the password may be changed
Actual behavior
The password for Local connection cannot be changed
Steps to reproduce
Additional information
in pref.tt2, whe have :
The text was updated successfully, but these errors were encountered: