YCPRadioTelescope / RT-Contracts

Back-end architecture for the Radio Telescope Senior Software Design Project for the 2018-2019 academic year
3 stars 1 forks source link

User registration token does not generate when creating a user #120

Open vmaresca opened 3 years ago

vmaresca commented 3 years ago

When a user is added to the database an admin will need to validate the account first before they get access to their specified role. It seems that most of the framework is in place, ie. the token timeout system and validating an account using said generated token, but the token is not being generated and put into the database.