Jump to content

Can't login to admin panel...


marym

Recommended Posts

When i try to login to the admin panel for the first time it doesn't take the username and password i think i created.. :oops:

 

1) is there a way to reset this?

2) is there a way to re-install so i can do this over again?

Link to comment
Share on other sites

I have resolve my issue..

 

steps to resolve

 

1) go into my my.ini and remove the value of sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" to sql-mode=""

2) connect to my database i had created for billing via the mySQL CLI Client

3) trucate the table tbladmins

4) TRUNCATE tbladmins;

INSERT INTO tbladmins (`roleid`, `username`, `password`, `firstname`, `lastname`, `email`, `template`) VALUES ( '1', 'admin', MD5('temp123'), 'Temp', 'User', 'temp@domain.com', 'v4' );

5) restart MySQL and IIS

 

After that i was able to login

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated