Manual Password Reset

Manual Password Reset

In this article, we'll show how to reset your password in the development environment.





1 - First you'll need to find your Scriptcase database (nm_scriptcase.db):

C:\Program Files\NetMake\v9-php73\wwwroot\scriptcase\devel\conf\scriptcase



In Windows should look like this.

2 - Open this Database at a Database Manager, i'll be using DBeaver for this example:



3 - When you're succesfully connected, go to the table sc_tbusu:



4 - When you enter de table, you will see the senha (password) column:



5 - It will appear the passwords you have registered in the database:



6 - If you're using Dbeaver, you may simply double click in the password field and change it to 70ff0e4194195505c750122e309f28a0 , which is the encrypted code for "admin", if you're not you may change it via an update query:

  1. UPDATE st SET Senha = 70ff0e4194195505c750122e309f28a0 WHERE login = 'admin'

7 - After this, restart your apache service and try to log in with admin/admin.
    • Related Articles

    • Manual Backup

      How to make a Manual backup of scriptcase ? The app folder is not a backup for your projects 1) First copy the scriptcase database, below are the paths to the file, and replaces in the respective directory of the new installation: You can find this ...
    • Manual Update - Linux

      Before performing any procedure we recommend performing a backup of your projects. To back up Scriptcase: Go to Options > Settings, in the side menu go to Services > Backup. A file (.ZIP) will be generated with all your projects, save this file to a ...
    • Retrieve password

      An inconsistency was observed when trying to reset the password using the "app_retrieve_pswd" application. The correction was made for new modules, created from release 9.10.001. For modules created in previous releases that use this option, we must ...
    • Resetting the Production Environment Password

      Important - By doing this procedure, all your configurations of the production environment will be lost. In this article, we will see how to reconfigure the password of the production environment, because there is not an option for “Forgot my ...
    • Setting password recovery in Scriptcase

      To configure the password recovery, it's necessary to do some steps so that works correctly. To the recovery happens, will be necessary that you have and configure a SMTP server. After login, you'll access the menu Options > Settings >  System ...