sftpgo/dataprovider
Nicola Murino f2b93c0402
add a setup screen to create the first admin user
If you prefer to auto-create the first admin you can enable the
"create_default_admin" configuration key and SFTPGo will work as before.

You can also create the first admin by loading initial data: now you can
set both username and password, before you could only change the password
2021-05-14 19:21:15 +02:00
..
admin.go Authentication errors: try to avoid user enumeration 2021-04-26 19:48:21 +02:00
bolt.go add a basic front-end web interface for end-users 2021-05-06 21:35:43 +02:00
bolt_disabled.go add build tag to disable metrics 2020-06-19 17:08:51 +02:00
cachedpassword.go add, optional, in memory password caching 2021-04-20 09:39:36 +02:00
cacheduser.go WebDAV: try to preserve the lock fs as much as possible 2021-03-27 19:10:27 +01:00
dataprovider.go add a setup screen to create the first admin user 2021-05-14 19:21:15 +02:00
memory.go add a basic front-end web interface for end-users 2021-05-06 21:35:43 +02:00
mysql.go add sql_tables_prefix also to indexes and constraints 2021-04-12 20:00:49 +02:00
mysql_disabled.go add build tag to disable metrics 2020-06-19 17:08:51 +02:00
pgsql.go add sql_tables_prefix also to indexes and constraints 2021-04-12 20:00:49 +02:00
pgsql_disabled.go add build tag to disable metrics 2020-06-19 17:08:51 +02:00
quotaupdater.go add, optional, in memory password caching 2021-04-20 09:39:36 +02:00
sqlcommon.go add a basic front-end web interface for end-users 2021-05-06 21:35:43 +02:00
sqlite.go add sql_tables_prefix also to indexes and constraints 2021-04-12 20:00:49 +02:00
sqlite_disabled.go add build tag to disable metrics 2020-06-19 17:08:51 +02:00
sqlqueries.go data provider: add CockroachDB support 2021-03-23 19:14:15 +01:00
user.go httpd/webdav: use a custom listener with read and write deadlines 2021-05-07 20:41:20 +02:00