View Issue Details

IDProjectCategoryView StatusLast Update
0021859mantisbtauthenticationpublic2016-11-15 02:31
ReporterIanM Assigned Toatrol  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version2.0.0-rc.1 
Summary0021859: Passwords using MD5
Description

Why are passwords using MD5? Even by default they should (in my opinion) be hashed with a salt.

In config_inc I have added

$g_login_method = 'CRYPT';

And now they are storing passwords in plain text

Steps To Reproduce

Install rc.1.

Additional Information

http://i.imgur.com/AMw5yzf.png

http://i.imgur.com/PrGsUZB.png

TagsNo tags attached.

Relationships

duplicate of 0010172 closeddregad Passwords in SHA256 using a static salt 

Activities

IanM

IanM

2016-11-04 13:44

reporter   ~0054415

It seems that it should be a constant rather than a string (duh). But even so, is there any reasoning behind using MD5 by default as it's not secure at all.