Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

standard user management system #13

Closed
jerolomb opened this issue Jul 24, 2019 · 3 comments
Closed

standard user management system #13

jerolomb opened this issue Jul 24, 2019 · 3 comments
Labels
feature request New feature

Comments

@jerolomb
Copy link

to implement

  • Password recovery via email
  • local admin by organization to add/remove users in the organization
@jerolomb jerolomb added the feature request New feature label Jul 24, 2019
@cedricbonhomme
Copy link
Member

I will improve the management of organizations.

But for the password recovery I will find another solution. We do not have email address:
https://github.com/CASES-LU/MOSP/blob/master/src/web/models/user.py#L15
The goal was to be able to have anonymous account, with just a nickname and a password.

But first improving organizations could in a second step solve this issue.

@cedricbonhomme
Copy link
Member

An email property has been added to the users. In consequence it now possible to recover an account. via email. The user has just to provide the login (because emails are not unique on the platform: you can have two accounts with the same email address) of the account to recover, then he will receive an email with a token in an URL.

The email notification system will be used for other things (subscriptions to objects/schemas for example).

Will do soon local admin for organization. Eventually an open registration mechanism with an admin interface to accept/reject requests for joining the community.

@cedricbonhomme
Copy link
Member

cedricbonhomme commented Apr 9, 2020

I realized that if we have org admin users and normal users, it is better to block users from updating their email address. Else they can switch their account (we may need to thing about this for MONARC...).

@NC3-LU NC3-LU locked and limited conversation to collaborators May 31, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
feature request New feature
Projects
None yet
Development

No branches or pull requests

2 participants