remove username and password mandatory

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

remove username and password mandatory

Post by christ2000 »

hello, how can i remove the username and password as a mandatory field when add new user to system, i remove checkmark but do not change this, so fields must be input before add new users

thanks


mobhar
User
Posts: 11747

Post by mobhar »

Try to remove the NOT NULL option from the database side, and then re-synchronize again your project to the change in that database.


christ2000
User
Posts: 519

Post by christ2000 »

found on db, not null field exist on this. but all file keep mandatory


arbei
User
Posts: 9412

Post by arbei »

If the table is selected as user table for the project, username and password fields are required or user cannot login. If you have reasons to make them not required, you can create a view in the database from the user table and generate Add page for the view.


christ2000
User
Posts: 519

Post by christ2000 »

yes, i hide filed too in add

thanks


Post Reply