ThymonA / NetCoreTemplate

My ASP .NET Core template for new projects
https://thymonarens.nl/
MIT License
1 stars 1 forks source link

Register :: Feature request #3

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi @ThymonA,

Allow admins to enable and disable user registration if enabled this would show a register form within the main screen allowing users to register to this admin portal. This portal/dashboard should not be admin specific but user too,

This could be handy if user registers they could be given say 5GB quota for there user directory to upload and download described in issue #1.

There should be an account controller handling registration and signup and admin controller must just able to manage roles, add, edit and delete users.

ThymonA commented 5 years ago

Hi @nicotravassos

I will implement this feature and upgrading this project to .NET Core version 2.2.4

If you have anything else please let me know.

ghost commented 5 years ago

Thank you @ThymonA.