Maxiboy441 / PixelPrime

This is our 3rd project as Software developers at the ITS Stuttgart
http://pixelprime.maxih.de
MIT License
2 stars 0 forks source link

UserIdentity without Migration #54

Open Maxiboy441 opened 2 days ago

Maxiboy441 commented 2 days ago

After you put something wrong in the register page, the view changes. Please make sure it allways follows the concept

image image
Maxiboy441 commented 2 days ago
image

After registering this comes up. Please remove the whole register conformation logic or implement it (would do the first because it can be hard todo and is not needed for our usecase)

Maxiboy441 commented 2 days ago
image

Username wants email??? Please decide if you login with email or username (best case the unique value)

Maxiboy441 commented 2 days ago
image image

Size of the container seems to change if there is a wrong value. Please fix this

Maxiboy441 commented 2 days ago
image

To many values, specially the ones which are duplcates. What is the diffrent between Name and UserName for example?

Is the UserId supposed to be a varChar? In the concept its a INT

image

Why is there a username which is my email when there is a name?

Please make sure its like the concept. Thx

P.S: One thing you did, which is much better than in the concept, is that you only store the password hash. If this works its much better than storing the clear password and I would like to encourage you keeping the password hash instead of the cleartext password of the concept (if it works)

Maxiboy441 commented 2 days ago
image

Container gets longer if you put in wrong credentials, this souldnt happen

Maxiboy441 commented 2 days ago

After login:

image

Maybe following contains the fix:

https://stackoverflow.com/questions/46761397/invalidoperationexception-cannot-create-a-dbset-for-role-because-this-type-is