Set all passwords to 1 when running Mendix App locally - Mendix Forum

Set all passwords to 1 when running Mendix App locally

1

Set all passwords to '1' when running Mendix App locally. Just like MxAdmin currently has when running locally.

When running the app locally you do have access to the database, so there is no need for using passwords. The only reasons for entering uid-pwd is testing authorization, different userroles and user-specific access rights. But entering uid-pwd does not add any data-security since the person that is logging in, already has access to all database-data.

This would save us all a bit of password-management.

@Ronald, Nice. Although I would rather have this set in stone by Mendix to prevent any misuse.

asked
1 answers

We use an afterstartup action for that. If it is running locally we change all the passwords to a standard one.

Regards,

Ronald

 

Created