-
Notifications
You must be signed in to change notification settings - Fork 330
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
[question] Preset login username #780
Comments
An HTTP header is not a GET parameter |
Right, I've got myself all mixed up |
It works with the GET parameter but it has nothing to do with the HTTP header option Open Source is great because you can directly check it: https://github.com/ltb-project/self-service-password/blob/1.5/htdocs/change.php#L47 |
I've already tried the login parameter, but it does send a change request, right ? (and according to the code) I guess it isn't, it would be a feature request then |
No, it just ask to enter the old password.
There is no communication with LDAP server until the form is complete.
You need to explain what is needed, I don't understand |
I mean, the login paremeter send a warning message that the user needs to first enter the old password as you said thanks to the "$result = "loginrequired" It would be nice if there was a "username" parameter that only fill the username box without sending a warning message the login parameter does fill the username box, but with a warning message because it isn't intended for this specific usage |
This could indeed be an improvement |
Done in #795 |
Hey, small question here
According to the documentation, by setting up the $header_name_preset_login parameter to "username", it should be possible to preset the username box with https://server/?username=testuser, right ?
The text was updated successfully, but these errors were encountered: