Merge pull request #452 from manufaktor/patch-1
Set login permission for authenticator role
This commit is contained in:
@@ -60,7 +60,7 @@ for anonymous users, one for authors, and another for the authenticator,
|
|||||||
you would set it up like this
|
you would set it up like this
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
CREATE ROLE authenticator NOINHERIT;
|
CREATE ROLE authenticator NOINHERIT LOGIN;
|
||||||
CREATE ROLE anon;
|
CREATE ROLE anon;
|
||||||
CREATE ROLE author;
|
CREATE ROLE author;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user