What do I have to do to customize the users and passwords of the Sinergia setup?
If you want to change the password you have to do the following steps: 1 – Create a user with the ASP.NET Website configuration tool 2 – Open the Sinergia_aspnet database, go to the aspnet_Membership table. This table contains users, and their passwords data. 3 – Copy the password text of the row whose email matches the one you entered in 1 4 – Paste the password text in line 5 of the Membership_User.sql script 5 – Copy the password salt text of the row whose email matches the one you entered in 1 6 – Paste the password salt text in line 6 of the Membership_User.sql script Basically this means, Membership uses some algorithm to hash the entered password, copying the hashed value into the create user script works. I think it Membership can be configured no to encrypt the user’s password into the database, but that’s not the default setup.