Merge pull request #5920 from MrPetovan/bug/remove-password-from-register
Avoid storing plaintext password in register table
This commit is contained in:
commit
389685e099
10 changed files with 259 additions and 132 deletions
2
boot.php
2
boot.php
|
|
@ -647,7 +647,7 @@ function killme()
|
|||
/**
|
||||
* @brief Redirect to another URL and terminate this process.
|
||||
*/
|
||||
function goaway($path)
|
||||
function goaway($path = '')
|
||||
{
|
||||
if (strstr(normalise_link($path), 'http://')) {
|
||||
$url = $path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue