Search…

X3 Photo Gallery Support Forums

Search…
 
jethadai
Topic Author
Posts: 3
Joined: 25 Nov 2009, 06:20

admin password forgotten

25 Nov 2009, 06:33

Hi,

I forgot my admin password and cannot login to the admin section. I found imagevue\config\users.php file on the server. $users['user_name']['password']='hashed password';

I tried replacing hashed password with md5 hashed password but it doesnot work.

How do I reset admin password?
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

25 Nov 2009, 10:49

See this topic: viewtopic.php?t=5868
Rene
http://www.globetrotternet.nl/
 
jethadai
Topic Author
Posts: 3
Joined: 25 Nov 2009, 06:20

25 Nov 2009, 12:48

Thanks!
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

30 Nov 2009, 06:04

If you read comment on top of the users file, it says there that Imagevue stores passwords as SHA1 hash.

You can use online SHA1 hasher at http://www.md5.br-design.co.uk/
which is listed in users.php file too.
firedev.com
 
jethadai
Topic Author
Posts: 3
Joined: 25 Nov 2009, 06:20

Link does not work

30 Nov 2009, 13:05

Thats what I first tried. Did you test that link? That link does not work.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

08 Dec 2009, 00:43

Sorry, try another one:

http://sha1-hash-online.waraxe.us/

Basically, just google for 'sha1 online hash calculator', we'll fix the link in Imagevue meanwhile.
firedev.com