jemmy655 / sweetcron

Automatically exported from code.google.com/p/sweetcron
0 stars 0 forks source link

Feature Request: Change password #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I guess this isn't implemented yet. We all really need this because nobody can 
remember random 
letters.

Original issue reported on code.google.com by waqas.as...@gmail.com on 28 Aug 2008 at 5:26

GoogleCodeExporter commented 8 years ago
If anybody is desperate to create a memorable password before this feature is 
implemented, you can change it 
manually in the database.

Go to your CodeIgniter database (using something like phpMyAdmin) and look at 
the Users table. The column 
user_pass is an MD5 hash of your password. Visit http://www.md5.cz/ and create 
an MD5 hash of your new 
password and use this to replace whatever is in there currently.

Original comment by admin%so...@gtempaccount.com on 28 Aug 2008 at 8:04

GoogleCodeExporter commented 8 years ago
Thanks for that tip admin@soulsniper.net!

Original comment by pstinn...@gmail.com on 29 Aug 2008 at 1:04

GoogleCodeExporter commented 8 years ago

Original comment by yongf...@gmail.com on 29 Aug 2008 at 2:19

GoogleCodeExporter commented 8 years ago
You can add the ability to create your own password during install. See 
attachment.

Original comment by zach.pet...@gmail.com on 29 Aug 2008 at 7:28

Attachments:

GoogleCodeExporter commented 8 years ago
I have added this ability to the options panel; please see the attached files.

option_model.php needs to go in system/application/models replacing the one in 
there
options.php needs to go in system/application/views/admin

Original comment by admin%so...@gtempaccount.com on 29 Aug 2008 at 4:45

Attachments:

GoogleCodeExporter commented 8 years ago
this is not suitable for public release yet.  the GUI needs to be changed 
slightly so that the user doesn't always 
see a blank admin password box, which is confusing.

Original comment by yongf...@gmail.com on 29 Aug 2008 at 5:03

GoogleCodeExporter commented 8 years ago
With the files I submitted, the user wouldn't see a blank admin box but the 
hashed version of their password 
(but because it's a password field it just appears as stars). 

Original comment by admin%so...@gtempaccount.com on 29 Aug 2008 at 5:08

GoogleCodeExporter commented 8 years ago
I have implemented a password change feature of my own creation now.  If you 
use any of the above hacks I will 
not support issue requests, sorry.

Original comment by yongf...@gmail.com on 5 Sep 2008 at 5:10