membership Questions
1
I've been tasked with setting up a society's website. I'm a full time Django (at al) web developer so I was happy to take on the task.
Going through the specs, they want to control memberships so...
Brew asked 9/8, 2010 at 11:5
4
Solved
If I understand correctly, the __cmp__() function of an object is called in order to evaluate all objects in a collection while determining whether an object is a member, or 'in', the collection.
H...
Solicitous asked 9/9, 2010 at 18:30
1
Solved
I've read somewhere that ApplicationID is a unique id for a website (IIS site path). But I'm still confused.
When and why do I need this?
I'm trying to implement asp.net membership for a website ...
Longspur asked 21/7, 2010 at 23:3
2
Solved
UPDATE: I've just realised that we are using Google Mini Search to crawl the website in order for us to support Google Search. This is bound to be creating an anonymous profile for not only each cr...
Mame asked 4/5, 2010 at 10:13
2
Solved
I cannot log in using any of the membership accounts using .net 4.0 version of the app. It fails like it's the wrong password, and FailedPasswordAttemptCount is incremented in my_aspnet_membership ...
Mcgill asked 29/4, 2010 at 16:54
1
Solved
This is crazy, I have been trying for hours to get this to work.
My client wants to be able to reset password for users who have forgotten them The only parameter he has is the UserName.
He does N...
Leund asked 10/4, 2010 at 18:8
2
Solved
I have created a custom User profile template and object in the core database in Sitecore (as per the Security API Cookbook).
I can select this programmatically (as per the Security API Cookbook) ...
Abott asked 23/2, 2010 at 2:20
2
Solved
I have two asp.net applications on one IIS server and I would like to use the same back end asp_security database and membership provider. I've read that all I have to do is reference the same appl...
Harder asked 16/2, 2010 at 17:0
1
I'm working on a C# Webservice that needs to provide authentication as well as roles and profile management. I need each profile to have a property of type List. The profile section in the web.conf...
Chambliss asked 4/2, 2010 at 11:56
3
Solved
I'm using ASP.Net membership to secure my site and I have a question about how to store extra user information. By googling and reading other questions I think the 3 accepted approaches to storing ...
Tristich asked 21/12, 2009 at 4:52
2
Solved
I am working with the SQLMemebershipProvider and using Profiles. I have a custom class called UserProfile that inherits from the ProfileBase class and I use this to set custom properties like "Full...
Spectacle asked 14/7, 2009 at 17:3
4
Solved
What restrictions should I impose on usernames? why?
What restrictions should I not impose on usernames? why?
P.S. db is via best-practice PDO so no risk of sql injection
Thanks
Monomorphic asked 20/10, 2009 at 22:50
3
Solved
I have an ASP.NET 3.5 Web Site using the standard SQL Membership Provider.
The application has to pass the IBM Rational AppScan before we can push to production.
I am getting the error:
Severity:...
Grub asked 24/8, 2009 at 16:17
1
Solved
i have change the default Account Membership provider to set IsApproved to false.
public MembershipCreateStatus CreateUser(string userName, string password, string email)
{
MembershipCreateStat...
Gewirtz asked 31/7, 2009 at 13:21
1
Solved
Possible Duplicate:
asp.net membership IsApproved false but still allowing login
i am having a user register but IsApproved is false but when i check Request.IsAuthenticated it still ...
Homogony asked 31/7, 2009 at 14:17
3
Solved
What is the ASP.NET Membership framework's reputation as far as security goes? Are there any typical default configuration settings that are problematic? What best practices are there? Are there an...
Synaesthesia asked 27/7, 2009 at 3:29
3
Solved
I need some help on creating a user profile system. I want it to be like Facebook or Myspace where it has only the username after the address, no question marks or anything, for example, www.mysite...
Aglow asked 25/7, 2009 at 0:22
4
I'm trying to unit test a piece of code that needs a currently logged in user in the test. Using the .Net 2.0 Membership Provider, how can I programmatically log in as a user for this test?
Robustious asked 28/10, 2008 at 16:3
2
Possible Duplicate:
How to get current user in Asp.Net MVC
I've tried a bunch of different things, I know I've done it before when I used Webforms, but I can't seem to figure out how to...
Uroscopy asked 25/6, 2009 at 17:27
2
Solved
I need a good logout code block for asp.net. Currently after you logout you can hit the back button and continue using the site.
Rubious asked 11/6, 2009 at 14:51
4
Solved
I'm trying to deploy a website using ASP.NET membership and the hosting company is godaddy. Problem is that for some reason an error is being thrown when I log in. I've modified some pages for test...
Marylandmarylee asked 10/6, 2009 at 7:21
3
Solved
I am trying to get the Membership Provider to work.
So far I have:
<asp:Login ID="Login1" runat="server" OnAuthenticate="Login1_Authenticate">
</asp:Login>
calling :
protected vo...
Sestina asked 26/5, 2009 at 19:29
3
Solved
I am going round in circles and need some help in implementing a Custom MembershipUser so that I can add my own custom Properties to the MembershipUser.
I have been following the example on this si...
Avivah asked 26/5, 2009 at 18:49
5
Solved
Session.Abandon() doesn't seem to do anything. You would expect the Session_end event to fire when Session.Abandon() is called.
Coltish asked 12/5, 2009 at 14:2
2
Solved
I have developed a little mashup site. This site is complete with a community.
So when the user goes to the Community.aspx page he/she will see the members of the community with joined date,number ...
Fujimoto asked 6/5, 2009 at 9:45
© 2022 - 2024 — McMap. All rights reserved.