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
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
@@ -5,7 +5,7 @@
5
5
<name>User Backend Sql Raw</name>
6
6
<summary>User management and authentication through arbitrary SQL queries</summary>
7
7
<description><![CDATA[This app defines a user backend with which you can authenticate, create and delete users, change their password and everything else that Nextcloud allows you to do with users. In contrast to the app *user_sql*, you write the SQL queries yourself. This enables you to use almost any db scheme you might have. You are not bound by assumptions about your db structure that the app authors made. The app uses prepared statements and is written to be secure by default so SQL injections are practically impossible. At the moment only PostgreSQL is supported.]]></description>
0 commit comments