Change User Type as Admin within Database using ASP.NET Video Starter Kit.
3 views
Skip to first unread message
shane
unread,
Aug 12, 2011, 5:19:52 AM8/12/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mediasoftpro
Hi,
Under 'users' table (type field) determine type of users. currently
two types of users supported.
Type = 0 (normal user)
type = 1 (administrator)
type = 2 (premium users) - future use
...
Under database users table just change type = 1 for any user account,
it will be marked as admin. once login you can mark any user as admin
from control panel / member section too.
Admin can be login via path /adm/ to control panel.