BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Support  General Support  Password recovery without email?
Previous Previous
 
Next Next
New Post 7/2/2008 8:14 PM
User is offline Kurtosis
1 posts
No Ranking


Password recovery without email? 
Hi all, I am using BugNET on my own workstation for personal task tracking and am not able to connect it to my company's email server. I've forgotten my Admin account password, is there any way to recover it without email, and without reinstalling BugNET?
 
New Post 7/4/2008 6:10 AM
User is offline smoss
89 posts
www.orbitsolutions.co.za
No Ranking


Re: Password recovery without email? 

Ok here is a method you can try. I have not tested it but it should work.

  1. Backup everything. (Database and bugnet files and web.config)
  2. Install a new copy of Bugnet somewhere else (ie do not overwrite your database or installation files or web.config)
  3. Copy the MACHINEKEY setting from your new installation's web.config file and overwrite the MACHINEKEY in your old installation web.config
  4. Open up your new installation database.
  5. Find the table "aspnet_Membership"
  6. Find the admin record (should only be one record in the table).
  7. Copy the contents of the password field and the passwordsalt field.
  8. Paste these fields into the right place in your old installation database in table "aspnet_membership"
  9. Try login with "admin" password "admin" into the old installation.

Please let us know if this is successful.

Thanks

Stewart

 
New Post 7/4/2008 6:17 AM
User is offline admin
619 posts
bugnetproject.com
1st Level Poster




Re: Password recovery without email? 

I just though of this that might work as well.

Put this into your web.config file after the system.web tag (see development.config for example as well) and specify the directory.  When the application sends email it will put it in the directory and you can just open it with a text editor and get the password.

 

<!-- email testing -->
<system.net>
<mailSettings>
<smtp deliveryMethod="SpecifiedPickupDirectory">
<specifiedPickupDirectory pickupDirectoryLocation="C:\Email"/>
</smtp>
</mailSettings>
</system.net>

Davin Dubeau
BugNET - Core Developer

 
Previous Previous
 
Next Next
  Forum  Support  General Support  Password recovery without email?

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.