I have almost succeeded upgrading our dspace repository from version 1.7 to 
3.2. I followed the upgrade procedures for both versions. However, the login 
including the administrator's account can not be logged-in. It does not give an 
error message. The login does not just happen and one is redirected to the home 
page.

I have tried to clear the password, digest_algorithm and salt fields in the 
eperson table using:
UPDATE eperson SET password=md5('mypassword'), salt=NULL,digest_algorithm=NULL 
WHERE email='example@example.email;

This clears the salt and digest algorithm fields and populates password field 
with the md5 hash as expected. However when I attempt to login again, the 
password field is filled with SHA-512 hash string, the salt field with a salt 
string and the digest_algorithm field with SHA-512. The login does not still 
happen and the person is redirected to the home page.

Its like am stuck, any help will be much appreciated.
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to