Small bit of work on the user claims

This commit is contained in:
Jamie.Rees 2016-10-27 14:59:05 +01:00
parent 06089bc30e
commit 934f0264b9
10 changed files with 254 additions and 15 deletions

View file

@ -6,7 +6,7 @@ namespace PlexRequests.Helpers
{
public const string Admin = nameof(Admin); // Can do everything including creating new users and editing settings
public const string PowerUser = nameof(PowerUser); // Can only manage the requests, approve etc.
public const string User = nameof(User); // Can only request
public const string RegularUser = nameof(RegularUser); // Can only request
public const string ReadOnlyUser = nameof(ReadOnlyUser); // Can only view stuff
public const string Newsletter = nameof(Newsletter); // Has newsletter feature enabled
}