-
Notifications
You must be signed in to change notification settings - Fork 714
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
Authentication - a little more options in the UI would help #1465
Comments
@suratdas I've never used FitNesse's authentication features, but I wouldn't mind merging in one or more PRs to achieve the goals you outline. They seem quite logical when using authentication. Of course, please do include tests for these features so we can ensure/validate them as part of the normal test sequence. |
@fhoeben Thanks. I have raised a pull request. I have to spend quite a bit of time to study and understand the code a little better to implement logout part. Hence, this PR does not include logout. Everything else in this issue is addressed by the PR. Please review and let me know your feedback. |
Adding users and updating passwords was included in release 20240219. @suratdas so you want to keep this issue open for 'Logout', or shall we consider this closed? |
I have edited the description. I think we can create logout as a separate issue and we can close this issue. |
I start FitNesse with passowrds.txt file. I am able to correctly authenticate while accessing secured FitNesse pages. The feature I would be looking forward to are :
A way to logout from the UI(Will be covered separately in a new issue.)Please let me know what you think of these features. I can spend some time to see if I can raise a pull request to address some of those.
The text was updated successfully, but these errors were encountered: