Wednesday, February 19, 2020

Reset forgot or lost of Subjectsplus admin password

Accidentally you have lost your Subjectspus password or isn't working for you, you can try resetting the password via PHPMyAdmin or your favorite tool for interacting with the MySQL database:

use bellow command:

Go to phpmyadmin

browse table named: Staff | Go to Edit and Past the bellow line in SQL


UPDATE staff SET password = md5("yourpassword") WHERE email = 'your-EmailID'


Hope this works.

How to migrate Linux Dspace to Window 10

Take a backup of Dspace database and folder s Assume the version is same with both OS [I have tested DSpace 6.3] sudo su mkdir dspace_backup...