-
Notifications
You must be signed in to change notification settings - Fork 19
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
Sign up and password reset #315
Comments
Coupla comments on above:
|
This is already tracked here: It would probably better if we have a chat to understand your needs and what it blocking you. You can join our Discord chat (see Chat section here). |
One would think that the signup and password reset is an essential function required of any application for even test deployment and users to use it. I dont understand why it is tracked in #47/48 as "nice to have" - maybe I am missing something. In any case, I just poked around a bit and it seems the exposed API for patrons is missing the CRUD operations, except list/get and so that is a minor roadblock. But just now reviewed the db and the necessary tables for patrons like accounts_user have been created in the schema. So, it should be quite a minor enhancement to expose it in the API [and the forms should be trivial or we can do it ourselves]. As indicated in the previous comment, I am not sure if it is a good idea for us to fork and maintain the project for such a small change at this point. Re: other enhancements like LDAP and SSO/SAML, I can agree it is non-trivial and we'd be happy to do it + contribute these enhancements back, when we fully go ahead with the project after the evaluation. Have more questions regarding the backend since some design choices seem to be non traditional and would like to understand your architecture and decisions better. Any backend documentation you can publish will help. Re: chat - we are in California/SiliconValley and need to sync up times - something we can do down the road. Thanks, |
Happy holidays and a wonderful new year to all of you! I had briefly looked into this project last month and will resume/continue the evaluation again this week.
First item on the list:
Need sign up and password reset.
On behalf of an institutional client, am considering hosting/deploying this software for a limited Beta trial open to a bunch of users to get their feedback in early Jan. The current pre-created user ids and passwords are not appropriate and will not work as there may be conflicts if more than one person uses the same id. The users should sign up by themselves to prevent errors.
HIGH PRIORITY.
Thanks!
MaryJane
The text was updated successfully, but these errors were encountered: