Merge pull request #452 from manufaktor/patch-1

Set login permission for authenticator role
This commit is contained in:
Joe Nelson
2016-01-09 10:15:35 -08:00
+1 -1
View File
@@ -60,7 +60,7 @@ for anonymous users, one for authors, and another for the authenticator,
you would set it up like this
```sql
CREATE ROLE authenticator NOINHERIT;
CREATE ROLE authenticator NOINHERIT LOGIN;
CREATE ROLE anon;
CREATE ROLE author;