Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 905d888b authored by Florent VINCENT's avatar Florent VINCENT 👾
Browse files

double paste removal for delete_user query

parent 56d80bf4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -61,7 +61,8 @@ $CONFIG = array (
      'get_display_name' => 'SELECT name FROM mailbox where username = BINARY :username',
      'set_display_name' => 'UPDATE mailbox SET name = :new_display_name WHERE username = BINARY :username',
      'count_users' => 'SELECT COUNT(*) FROM mailbox',
      'delete_user' => 'SELECT EXISTS(SELECT 1 FROM mailbox WHERE username = :username)',
      //'get_home' => '',
      //'create_user' => '',
    ),
    'hash_algorithm_for_new_passwords' => 'sha512',
  ),