How to Erase/Rewrite the initial collected login details

Hi,

I installed erpnext and then started the development server and gave all the details that it initially asks for, the login details like name, password, e-mail, company name, etc.

Now, when I restart the development server I'm prompted for login, but then I've forgot my credentials. I'd put random strings, just to get to know the product. Any way I can clear this up? Or do I need to reinstall erpnext again?

With Regards,
Shilpa



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Which login? database?, erpnext Administrator?

Its easy to reset MySQL root password - just Google it up.

To reset ERPNext login, go to you database and execute:

update __Auth set password=password("newpass") where user="Administrator";


On Sunday, January 26, 2014 12:18:07 PM UTC+5:30, sh...@gmail.com wrote:
Hi,

I installed erpnext and then started the development server and gave all the details that it initially asks for, the login details like name, password, e-mail, company name, etc.

Now, when I restart the development server I'm prompted for login, but then I've forgot my credentials. I'd put random strings, just to get to know the product. Any way I can clear this up? Or do I need to reinstall erpnext again?

With Regards,
Shilpa



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Thanks Rushabh.

On Sunday, January 26, 2014 1:35:51 PM UTC+5:30, rushabh wrote:
Which login? database?, erpnext Administrator?

Its easy to reset MySQL root password - just Google it up.

To reset ERPNext login, go to you database and execute:

update __Auth set password=password("newpass") where user="Administrator";


On Sunday, January 26, 2014 12:18:07 PM UTC+5:30, sh...@gmail.com wrote:
Hi,

I installed erpnext and then started the development server and gave all the details that it initially asks for, the login details like name, password, e-mail, company name, etc.

Now, when I restart the development server I'm prompted for login, but then I've forgot my credentials. I'd put random strings, just to get to know the product. Any way I can clear this up? Or do I need to reinstall erpnext again?

With Regards,
Shilpa



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

Hi Shilpa,

You can login using administrator and change the password. The default credentials are:
user: administrator
password: admin

Best,
Anand Doshi.

On 26 January 2014 at 12:18:10 pm, sh...@gmail.com (sh...@gmail.com) wrote:

Hi,

I installed erpnext and then started the development server
and gave all
the details that it initially asks for, the login details like
name,
password, e-mail, company name, etc.

Now, when I restart the development server I’m prompted for login,
but then
I’ve forgot my credentials. I’d put random strings, just to get
to know the
product. Any way I can clear this up? Or do I need to reinstall erpnext
again?

With Regards,
Shilpa


Note:

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us
    as much information as you can. Please see it from the point of
    view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com
    and send only the URL via email
  3. For sending images, use http://imgur.com or other similar
    services. Do not send images as attachments. Links are good.
    Same goes for any file you are going to send.

End of Note

You received this message because you are subscribed to the Google
Groups “ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from
it, send an email to erpnext-developer-forum+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Note:

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

End of Note

You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Can change the password of another local id created, using the default admin credentials?