SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
173 stars 112 forks source link

Reset Admin password without using the REST API #1991

Open VargaJoe opened 9 months ago

VargaJoe commented 9 months ago

Currently, there is no established solution for resetting the password of the builtin administrator user without utilizing the API. The expectation is to devise a solution that involves direct access to the database, excluding the use of API methods.

Implementing this solution will provide a direct and secure method for resetting the password of the builtin administrator user, bypassing the need for API calls. It enhances flexibility in password management and contributes to a robust security framework for the system.

Questions