mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 07:22:08 +00:00
fix typos
This commit is contained in:
parent
a551ea2587
commit
eef4f46687
|
@ -69,8 +69,8 @@ to setup fulltext search before using it.
|
|||
Paperless uses a token based or http basic authentication. Both are
|
||||
implemented in SeedDMS by an additional slim middleware. There is no
|
||||
session, but the token is encrypted and stores all the required data
|
||||
to identify the user, including a live time which can set in the
|
||||
configuration. Once that live time has ended the token becomes invalid
|
||||
to identify the user, including a lifetime which can be set in the
|
||||
configuration. Once that lifetime has ended the token becomes invalid
|
||||
and the user has to relogin. The password to encrypt the token can
|
||||
also be set in the configuration. Once the password changes all token
|
||||
will become invalid and users will have to relogin.
|
||||
|
|
Loading…
Reference in New Issue
Block a user