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

Don't allow library registration to proceed unless all three required email addresses are present and user agrees to clickthrough. #914

Open
leonardr opened this issue Mar 29, 2018 · 0 comments

Comments

@leonardr
Copy link
Contributor

Registration with the library registry requires that the library have three email addresses set (see #912) and that the administrator agree to the library registry's terms of service.

The simplest time to verify that all these things are true is when the user clicks the "Register" or "Update registration" button, before the registration request goes out.

The most convenient way of doing this is to open a pop-up window that displays the text of the terms of service (with a "I agree" checkbox) and edit boxes for the three email addresses, similar to the text boxes found in the library configuration page. Once everything in the pop-up has been filled, any changes to the email addresses can be written to the database and a registration request can actually be sent out to the library registry.

Ideally, the terms of service would be obtained from the library registry itself, rather than hard-coded in the circulation manager, so that different registries could provide different language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant