mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-17 11:27:27 +08:00
Fix small issues in docs
This commit is contained in:
+2
-2
@@ -32,7 +32,7 @@ Confirmable
|
||||
^^^^^^^^^^^
|
||||
|
||||
If you enable account confirmation by setting your application's
|
||||
`SECURITY_CONFIRMABLE` configuration value to `True` your `User` model will
|
||||
`SECURITY_CONFIRMABLE` configuration value to `True`, your `User` model will
|
||||
require the following additional field:
|
||||
|
||||
* ``confirmed_at``
|
||||
@@ -41,7 +41,7 @@ Trackable
|
||||
^^^^^^^^^
|
||||
|
||||
If you enable user tracking by setting your application's `SECURITY_TRACKABLE`
|
||||
configuration value to `True` your `User` model will require the following
|
||||
configuration value to `True`, your `User` model will require the following
|
||||
additional fields:
|
||||
|
||||
* ``last_login_at``
|
||||
|
||||
Reference in New Issue
Block a user