Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What do I have to do to customize the users and passwords of the Sinergia setup?

0
Posted

What do I have to do to customize the users and passwords of the Sinergia setup?

0

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.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123