Page 1 of 1

Add User from View

Posted: Sat Mar 23, 2024 2:18 am
by DGarza

Hello everyone,

I have a little problem, I have my user table which I use to log in, so far so good; I made a view of the user table, so that another user can add users, but I have put a filter for the UserLevel to get a specific one and not all I have, well it results that users who were created from the view, none can log in, although they appear in the original table.

Why is this? Is there a way to log in normally?

NOTE: When trying to log in it appears as if the user does not exist.

NOTE2: If I create a user from the original table, everything works fine.


Re: Add User from View Problem

Posted: Mon Apr 01, 2024 11:49 pm
by DGarza

I found the problem, In the security tab I'm using "Users Table" And I have hashed the password, and the view don't, thats why "dont work", I need when add a new user on the view, hashed the password, that's the solution.