-
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
Feature/55 registration is a mess #61
Conversation
franciscoabenza
commented
Nov 7, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am approving now - but I am having a hard time comprehending whether we are now doing stuff with users in the backend that now only relies on their first name - which can then brake if multiple users use the same first name - which is likely to happen. PM me to talk about this please :D
Agreed, @franciscoabenza this looks fine, but the imc / quick registration should probably use "email" instead of first name that said, for things that are specifically linked to a user account (e.g. robots, account page etc) then it's fine to keep it as first name like you have here, you just never want first name used as a key or id |
@zeyus @emilroenn
the thing is that the a) to get rid of the feature. (Given that registration is fast enough) (there is also no automatic removing of this accounts) |
If we think that this is going to be a real feature in the final product I will fix it 100% but I think like this is ok for now. |
Hmm, sounds like this should be covered at the meeting :D It sounds good for now though |
@franciscoabenza I'm happy to merge this if you can resolve the conflicts |
@zeyus and @franciscoabenza what is the status of this? :D |
let me check |
…m/NLP4ALL/nlp4all into feature/55-registration-is-a-mess
@franciscoabenza re: the username stuff, I think we can ask @arthurhjorth if the IMC registration is necessary...because for starters, without an email / credentials server, we can't send a verification email, it would make sense to have some additional security to prevent spam accounts etc but there are many options for user administration processes. one other alternative is to provide a sandbox account, where you can do stuff, but not upload data or delete /edit stuff, or clean up the sandbox account each day, etc...but also just having a unique user that can play around is also ok, i think it would depend a lot on how much that feature is used, and how important it is |
…m/NLP4ALL/nlp4all into feature/55-registration-is-a-mess
I'm going to close this PR, but leave the branch, because we probably want to change from custom username to email always, and it makes sense to copy the changes made here so people can also include their first and last name, but this PR is too outdated to merge and it'll be easier to just copy things form the branch. |
fair enough :)
…On Tue, 7 Mar 2023 at 16:41, zeyus ***@***.***> wrote:
I'm going to close this PR, but leave the branch, because we probably want
to change from custom username to email always, and it makes sense to copy
the changes made here so people can also include their first and last name,
but this PR is too outdated to merge and it'll be easier to just copy
things form the branch.
—
Reply to this email directly, view it on GitHub
<#61 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFIHMRY4JVQ5RNLBGHUL3VDW25JJ3ANCNFSM6AAAAAARZGS44Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|