Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.16.14

Bug #16885 Secret not being filled for RC4 decrypt
Submitted: 2009-12-07 23:29 UTC
From: jadjei Assigned:
Status: No Feedback Package: LiveUser (version 0.16.13)
PHP Version: 5.3.0 OS: CentOS 5
Roadmaps: (Not assigned)    
Subscription  


 [2009-12-07 23:29 UTC] jadjei (Jonathan Adjei)
Description: ------------ The 'secret' variable in LiveUser/Admin/Auth/Common.php defaults to null which prevents it from being populated from the config array during init() Change .. var secret; to var secret = 'secret'; Test script: --------------- echo $decryptedpassword = $LUA->decryptPW($users[0]['passwd']); Expected result: ---------------- The decrypted password

Comments

 [2009-12-08 18:54 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Feedback
Hey Jonathan, us in PEAR QA need more of a test script than that - ie, executable.
 [2012-01-27 19:13 UTC] doconnor (Daniel O'Connor)
-Status: Feedback +Status: No Feedback
 [2012-01-27 20:03 UTC] jadjei (Jonathan Adjei)
Sorry, I haven't used Liveuser for a couple of years, and don't know if this still stands or not. I haven't got an environment to offer more information from any more.