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 124503
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T05:00:38+00:00 2026-05-11T05:00:38+00:00

I’m using the standard .NET membership provider, and thought I’d see if someone could

  • 0

I’m using the standard .NET membership provider, and thought I’d see if someone could shine a light on it.

Calling ValidateUser return either true or false. Now since the method accepts a username and password, one would reason that the return result would reflect an invalid username or password. Yet if we delve into it further, we find it is also checking IsLockedOut and IsApproved.

public override bool ValidateUser (string username, string password) {     MembershipUser user = GetUser (username, false);     /* if the user is locked out, return false immediately */     if (user.IsLockedOut)         return false;     /* if the user is not yet approved, return false */     if (!user.IsApproved)         return false;     ...... 

In my application, I would like to make use of IsApproved for my own means. Simply rolling my own provider won’t work because I’m still constrained to a bool result. Creating a user gives us all the information we need, so why not ValidateUser? Am I missing something?

  • 1 1 Answer
  • 1 View
  • 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. 2026-05-11T05:00:39+00:00Added an answer on May 11, 2026 at 5:00 am

    I expect that what you’re seeing is a security decision – by restricting the information returned, they’re not providing information to malicious parties.

    Imagine that you’re Cyril Cracker, trying to break into a website.

    Scenario #1: You try entering username ‘Admin’ with password ‘Password’ and the system tells you no-go. The only information you have is that Admin/Password isn’t a valid combination.

    Scenario #2: You try entering username ‘Admin’ with password ‘Password’ and the system tells you that no user by that name is known. You can keep trying different usernames until you find one that is known.

    Scenario #3: You try entering username ‘Admin’ with password ‘Password’ and the system tells you that no the password is invalid. Suddenly, you know that ‘Admin’ is a valid user. You’ve learnt something useful, and all you need to keep guessing is the password.

    Scenario #4: You try entering username ‘Admin’ with password ‘Password’ and the system tells you that the account is blocked. Now, you know a valid username and password, and that the account is blocked. You can come back later and try again.

    Systems that spill the beans on what’s valid, and what’s not, are known as chatty systems, and they’re considered insecure for good reason, as they’re easier to crack.

    Hope this is helpful.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to using the Perl treebuilder module for HTML parsing and can't figure
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I am reading a book about Javascript and jQuery and using one of the
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
We're building an app, our first using Rails 3, and we're having to build
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
This could be a duplicate question, but I have no idea what search terms
We are using XSLT to translate a RIXML file to XML. Our RIXML contains

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.