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

New user registration #100

Open
khatchad opened this issue Jul 30, 2021 · 8 comments
Open

New user registration #100

khatchad opened this issue Jul 30, 2021 · 8 comments

Comments

@khatchad
Copy link
Member

khatchad commented Jul 30, 2021

We need a way to create users and make them categorizers. We need also an approval process for this.

@khatchad
Copy link
Member Author

This may be blocked on deciding which table categorizers will be in, either the one we made or one specific to the django admin (backend) side. Right, @mZneit?

@mZneit
Copy link
Contributor

mZneit commented Oct 19, 2021

Yes true. I'm working on that.

@mZneit
Copy link
Contributor

mZneit commented Oct 22, 2021

It would be easier if we remove the Categorizers table from the database and use only the django admin site. Keeping the categorizers table is redundant I believe since its fields are firstname (which is already provided by django admin), username (which uses the username of the categorizer in django admin by setting a constraint), and the initials which we never used in the app. The only thing we used is the id but django admin provides id's as well. I will edit the code if it's ok to remove the table.

@khatchad
Copy link
Member Author

khatchad commented Oct 22, 2021 via email

@khatchad
Copy link
Member Author

khatchad commented Nov 9, 2021

@khatchad
Copy link
Member Author

khatchad commented Nov 9, 2021

@tatianacv Don't we have an old route for user registration?

@tatianacv
Copy link
Member

Yes, we are supposed to.

@khatchad
Copy link
Member Author

Can you find it, please?

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

No branches or pull requests

4 participants