Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6046637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:15:45+00:00 2026-05-23T07:15:45+00:00

User is assigned to a group ID. There are multiple login area, eg: frontend,

  • 0

User is assigned to a group ID. There are multiple login area, eg: frontend, backend and the control panel login.

I am wondering should I keep LoginArea in seperate table or what is alternative way?

Example:

tbl_user
 UserID | firstName | Email | Password | LoginArea | GroupID

 1 , Bill , email@email1.com , passwordhash344, Backend | 2
 2 , Paul , email@email2.com , passwordhash123, Backend | 3

or

tbl_user
 UserID | firstName | Email | Password | GroupID

tbl_group
GroupID | LoginArea         |    Group_Name
 0      ,      Frontend     ,        Customer  
 1      ,      Backend      ,        Admin
 2      ,      Backend      ,        Staff   
 3      ,      Backend      ,        Sales
 20     ,      ControlPanel ,        Shop

//Note GroupID is not PK

So if I want to login to backend, I need to make sure I am on the backend login first. Use SQL something like this?

SELECT count(*) FROM members 
   WHERE email = 'emailhere' AND
     password = 'password' AND 
     LoginArea = 'Backend'

That just to make sure customer login detail wont work on the backend login area.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:15:46+00:00Added an answer on May 23, 2026 at 7:15 am

    There are certain things to consider here:

    • Will there be ever a situation where you would have more login areas or there are only 3 login areas?
    • Will there be a situation where user belonging to one group needs to have login access to all 3 areas or 2 areas?

    If your answers to both question is yes then it would make sense to have first example design.

    tbl_user
     UserID | firstName | Email | Password | LoginArea | GroupID
    
     1 , Bill , email@email1.com , passwordhash344, Backend | 2
     2 , Paul , email@email2.com , passwordhash123, Backend | 3 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Tasks should show up only if the user has been assigned it
I am wondering how should I group my photos inside Flick to be able
I assigned a password to the root MySQL user in XAMPP some times ago.
By default when a user opens a website he is assigned a unique session
Is there a way to have a user menu that changes according to the
I want to make user group system that imitates group policy in instant messengers.
Is it possible, in Oracle, to group data on the output of a user
I have entities Group and User . the Group entity has Users property which
Basically I want to create a user control in code behind, DataBind() it and
A user can be in groups. And an item/product is assigned groups that can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.