-
Notifications
You must be signed in to change notification settings - Fork 0
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
Member signup #32
base: master
Are you sure you want to change the base?
Member signup #32
Conversation
one can use this script to send test sign up requests to the api |
I completed the feauture. But please verify my changes & perfrom neccesarry tests @glatteis . |
Yup, looks good to me. After all, you corrected it yourself in c8d010b. The point being that we don't have unverified mail addresses for newly signed up users anyways, so confirming addresses makes no sense for now. We kind of confirm it by having only those with the right address receive the link to |
Looks wonderful. I will work on the unchecked points later I think. |
This is the vogelnest part of the user sign up process. This is still work in progress. I will add these functionalities (but not tonight :-)). For some functionalities like add inactive pending or the group owner notification, I need to split up / add some API functions so that I can e.g. research the group owners from within the code.
We need to at least perform these tests before deploying the PR: