Skip to content
New issue

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

Unable to change password when SSO is enabled #1890

Open
pascalmaes opened this issue Sep 5, 2024 · 0 comments
Open

Unable to change password when SSO is enabled #1890

pascalmaes opened this issue Sep 5, 2024 · 0 comments
Labels

Comments

@pascalmaes
Copy link

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 :

[% 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 %]
@pascalmaes pascalmaes added the bug label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant