Add User from View

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
DGarza
User
Posts: 93

Add User from View

Post 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.


DGarza
User
Posts: 93

Post 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.


Post Reply