PHPRAD Vue: Authentication - can't login, have to create new user every time

Provide information about the version of RadSystems Studio you are using and what RadSystems Studio project type you are working on.

In general the issue might be with the length of your password field, i should be Varchar(255)

hi all iam new here but i saw this post and wanted to help i had this issue each time i create project and users only solved when i create users or accounts table from inside the app i don’t know why but i did try this 2 times each time i create the table from inside the app it work good

datatype for the password in the database should be text instead of varchar

1 Like

i did try something and worked i increased password table length to 1500