[campsite-support] Forgot Admin Password
  • Dear Sir

    i forgot the password of administrator for one of my campsite sites

    how can i reset it, i tried to change it from phpmyadmin with no sucsess

    any help please

    best regards

    --
    Alaa Anabtawi
  • 2 Comments sorted by
  • Hi Alaa,

    Run this sql sentence in your campsite database:

    UPDATE liveuser_users SET Password = SHA1('your_new_password') WHERE
    UName = 'your_user_name';

    ... that is it.

    Best.



    On Thu, Jan 7, 2010 at 5:16 AM, Alaa Anabtawi wrote:
    > Dear Sir
    >
    > i forgot the password of administrator for one of my campsite sites
    >
    > how can i reset it, i tried to change it from phpmyadmin with no sucsess
    >
    > any help please
    >
    > best regards
    >
    > --
    > Alaa Anabtawi
    >



    --
    /holman
  • Great

    thanks very much

    best regards

    On Thu, Jan 7, 2010 at 3:09 PM, Holman Romero wrote:

    > Hi Alaa,
    >
    > Run this sql sentence in your campsite database:
    >
    > UPDATE liveuser_users SET Password = SHA1('your_new_password') WHERE
    > UName = 'your_user_name';
    >
    > ... that is it.
    >
    > Best.
    >
    >
    >
    > On Thu, Jan 7, 2010 at 5:16 AM, Alaa Anabtawi wrote:
    > > Dear Sir
    > >
    > > i forgot the password of administrator for one of my campsite sites
    > >
    > > how can i reset it, i tried to change it from phpmyadmin with no sucsess
    > >
    > > any help please
    > >
    > > best regards
    > >
    > > --
    > > Alaa Anabtawi
    > >
    >
    >
    >
    > --
    > /holman
    >



    --
    Alaa Anabtawi