Actually i try to include a user directly from the DB,
1) i insert a row in yaf_user
2) i insert a row in yaf_prov_Membership
3) i insert a row in yaf_UserGroup
i did this to include one user in the application, but if i go to the log in page,
i insert my password (that know is a plane text not encrypted) it didn't work 😞
the thing is that i have to create users from another application and grant them in yet forum, and that's gonna be the only way to create users,,,
i guess my problem is because when i try to log in, when i type my password (example: 123), the system keeps encrypting it so it can be compared with the one in the data base, BUT!!! in the Data Base isn't encrypted because i inserted directly.
can some one show me, where the application does it? (encrypt the log in password to compare it with the db one)
Tks to every one 🙂