You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catch SQL exceptions so that FALSE can be returned
Some methods must return FALSE on failure and if SQL exceptions are not caught,
they bubble up to Nexcloud classes and the user manager does not realize that
something went wrong, because the exceptions are only caught after that
operations result has been evaluated.
Copy file name to clipboardExpand all lines: appinfo/info.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ In contrast to the app *SQL user backend*, you write the SQL queries yourself. Y
14
14
The app uses prepared statements and is written to be secure by default to prevent SQL injections. It understands the most popular standards for password hash formats: MD5-CRYPT, SHA256-CRYPT, SHA512-CRYPT, BCrypt and the state-of-the-art Argon2i. Because the various formats are recognized on-the-fly your db can can have differing hash string formats at the same time, which eases migration to newer formats.
15
15
16
16
This app supports PostgreSQL and MariaDB/MySQL.]]></description>
0 commit comments