This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
Teknik
Watch
1
Star
0
Fork
0
You've already forked Teknik
mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced
2023-08-02 14:16:22 +02:00
Code
Releases
Activity
daa9d65704
Teknik
/
Utilities
/
AccountType.cs
9 lines
110 B
C#
Raw
Normal View
History
Unescape
Escape
- Created custom IPrincipal for the user session to include all the user information. - Added FAQ page with commonly asked questions. - Added separate config options for each tier of max upload size. - Updated help to point to the new pages.
2017-02-20 02:50:05 +01:00
namespace
Teknik.Utilities
{
public
enum
AccountType
{
- Added account status of either active or banned. - Cleaned up admin pages. - Added Type and Status to user's profile page. - Banned users cannot login, or associate API calls with their account
2018-01-10 07:06:43 +01:00
Basic
=
0
,
Premium
=
1
- Created custom IPrincipal for the user session to include all the user information. - Added FAQ page with commonly asked questions. - Added separate config options for each tier of max upload size. - Updated help to point to the new pages.
2017-02-20 02:50:05 +01:00
}
}
Copy Permalink