authelia/internal/storage
Clement Michaud df33bef478 Test user does see the not registered message.
When a user use Authelia for the first time no device is enrolled in DB.
Now we test that the user does see the "not registered" message when
no device is enrolled and see the standard 2FA method when a device is
already enrolled.
2019-12-08 14:31:48 +01:00
..
constants.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
errors.go Introduce hasU2F and hasTOTP in user info. 2019-12-08 14:31:48 +01:00
mysql_provider.go Test user does see the not registered message. 2019-12-08 14:31:48 +01:00
postgres_provider.go Test user does see the not registered message. 2019-12-08 14:31:48 +01:00
provider_mock.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
provider.go Test user does see the not registered message. 2019-12-08 14:31:48 +01:00
sql_provider.go Test user does see the not registered message. 2019-12-08 14:31:48 +01:00
sqlite_provider.go Test user does see the not registered message. 2019-12-08 14:31:48 +01:00