Well, I have both "salt" and "digest_algorithm" columns. However when i remove 
"LIMIT 1" I can see that the password field is abnomally longer for the 
administrator account that am trying to login with. Previously i had replaced 
this password using UPDATE eperson SET password = md5('somepassword') WHERE 
email = 'some-email';

This was to enable me to recover the password used by the previous system 
admin. It was also before doing the upgrade.

Am thinking replacing this password again might work though am not sure how 
this will work with the salt combination.



________________________________
 From: helix84 <heli...@centrum.sk>
To: otuoma peter <otuomathegr...@yahoo.com> 
Cc: "dspace-tech@lists.sourceforge.net" <dspace-tech@lists.sourceforge.net> 
Sent: Tuesday, August 6, 2013 11:04 PM
Subject: Re: [Dspace-tech] How to replace the word dspace with repository
 

On Tue, Aug 6, 2013 at 9:31 PM, otuoma peter <otuomathegr...@yahoo.com> wrote:
> I have reviewed again the upgrade steps for both 1.7 to 1.8 and 1.8 to 3.2.
> I have also tried changing the hashing algorithm in
> [dspace-dir]/config/modules/authentication-password.cfg to MD5 because thats
> what I saw in pg config but that still doesn't work. Am wondering if I
> missed out something else.

Run this SQL query:
SELECT * FROM eperson LIMIT 1;

If you don't see columns "salt" and "digest_algorithm", you didn't run
database_schema_18-3.sql, as I previously said.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
------------------------------------------------------------------------------
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