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)
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
i did try something and worked i increased password table length to 1500
i have the same problem please helpppppp !!! can’t login, have to create new user every time, i use radsystem 8.7.0 (my project in laravel and bootstrap JQuery)
Go and check you databases password field in your user’s table and adjust it to barchart 255
the password is already varchar 255 , but nothing changed !!!
Check your Laravel Log file for the specific cause. you can find it in your {project roo}/{laravel api folder}/storage/logs/laravel.log
Nothing in log page, just wrong login or password
It might be a bug on that version.