mirror of
https://github.com/friendica/friendica
synced 2025-04-27 20:30:13 +00:00
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
|
@ -821,7 +821,7 @@ class DBA
|
|||
* @param array $param parameter array
|
||||
* @param bool $on_duplicate_update Do an update on a duplicate entry
|
||||
*
|
||||
* @return boolean was the insert successfull?
|
||||
* @return boolean was the insert successful?
|
||||
*/
|
||||
public static function insert($table, $param, $on_duplicate_update = false) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue