Menu

#2 where is the readme file ?

open
nobody
None
5
2004-03-12
2004-03-12
Anonymous
No

Hi,

I just wanted to try phpfamilytree but i cannot find the
password for the default user admin

do you know what the default pass is ?

btw there is no readme present..

cheers!

Debbie

Discussion

  • Nobody/Anonymous

    Logged In: NO

    never mind ;-)

    found a work around to change admin pass

    functions.php line 327 -> removed the MD5 encryption line for
    a moment, created a new user inside a mysql db manager ->
    logged in -> turned MD5 back on in functions.php -> created
    new user admin (after deleting original admin in mysql db
    manager) -> and logged in with that one

    cheers!

    Debbie

     
  • Nobody/Anonymous

    Logged In: NO

    never mind ;-)

    found a work around to change admin pass

    functions.php line 327 -> removed the MD5 encryption line for
    a moment, created a new user inside a mysql db manager ->
    logged in -> turned MD5 back on in functions.php -> created
    new user admin (after deleting original admin in mysql db
    manager) -> and logged in with that one

    cheers!

    Debbie

     
  • Rodrigo Flores

    Rodrigo Flores - 2004-03-26

    Logged In: YES
    user_id=933927

    Hi,

    I'm glad you worked around it. An easier way to recover your
    password if you have a db manager would be executing the
    following SQL statement:

    UPDATE ft_users SET PASSWORD=MD5('your_plain_text_pass')
    WHERE username="admin";

    I guess that at least the phpFamilyTree.sql file should read
    MD5('password')
    instead of 5f4dcc3...

    Thanks for your comments. It would definitely be good to
    have a README file.

     
  • Andrew S Powell

    Andrew S Powell - 2006-09-11

    Logged In: YES
    user_id=167496

    you can use a reverse MD5 list to figure this one out. or PM
    me for it.

    I used this site:
    http://gdataonline.com/seekhash.php

    I recomend changing it right away.

    Another option is to MD5 hash your own password and insert
    it into the user table.

    Hopefully a readme file will be coming.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.