Security :: How To Let User To Signup Only With Gmail
Jun 3, 2010iam running a large website, but the problem is only gmail is accepting emails from my server
so how do i check users only signup only with [URL] alc
how can i do that
iam running a large website, but the problem is only gmail is accepting emails from my server
so how do i check users only signup only with [URL] alc
how can i do that
I have a signup page and Main page in my web site. i want to prevent an user to type directly the Main page URL, user should have access after signup/login.
View 1 RepliesHow do i set a limit for user to sign up in ASP.NET ?
For example, I'm creating a web application using Microsoft Visual Studio 2008 to make it available for users to sign up for the event. But i only wish to allow 10 people to sign up for that particular event.
So what code/thing i need to do to able to set the limit?
would like to do so you automatically logs on when you have registered as a user.
View 2 Replieshow i can add more colums in Singup Page with aspnet membership?
like yahoo,gmail and most of site use(gender,address,phone and more...)
I am using forms authentication to protect a website and would like to set it so when someone uses the registration form that the account created is disabled and an email is sent to me notifying me of the new signup. Then I can go and enable the account.
I am very new to this but have gotten the basic registration form and login form working with my SQL 2008 Server but this is a bit above me and I have looked through the MSDN info on the CreateUserWizard and don't see options for this.
i m currently creating an article module, and i want if user wana comment on to the any particular artical, than he should login any of his mail id like gmail, yahoo hotmail etc and than post his or her comment and after than comment should go into the DB.
View 3 RepliesJust wanted to know what is the best pratice for storing new fields data when an user sign up ?
Also...
1- Is there a way to make the login controls use the same database than my website database?
2- It is okay to use the Membership and Role API to manager users from an user interface (without the ASP.NET Web configuration tool) ?
how to remove the "username","secret question","secret answer" from the signUp Wizard and at the same time use the email for loginig In
View 1 RepliesI have a 2 page signup form, on each page the form fields are seperated into sections. Each section is a user control, and there are 2 controls on each page. My question is, how do I get the data from page A to B. I'll be using a webservice to insert the data into SQL so I'm not worried about that portion of the process.
using System;
using System.Collections.Generic;
using System.Configuration; [code]....
I want to include the login page in one of the web page .The login user accounts should be used from gmail or yahoo ID's .
View 7 RepliesFor my project, i have designed a login page like gmail.
According to the credentials given by the users the application should send to the corresponding pages asigned to them.
How to verify users login credentials using users login credentials of user's gmail account (like in stackoverflow on clicking gmail it takes to gmail login page and gmail verifies the user)
View 1 Repliesi am working in asp.net and csharp, we have 10 user, but certain user only need to put dataentry. how to enable and disable based on the user to access certain form ,like add, modify view options.
View 1 RepliesI am totally lost finding the right API to create a sign up process like Foursquare. I am attaching a document of what I am trying to do. I have already tried OAuth, JavascriptSDK, Facebook.NET API from Codeplex and FacebookToolkit.NET from Microsoft. Nothing looks what I actually need. I think some one experienced can lean me towards where I should go straight.
[URL]
Note: I am trying to achieve this via ASP.NET with C#.
I've a Gmail account, assume that me@gmail.com. Now I want to login (as admin) in my website through this account. I know I can use OpenID etc. for that purpose but I want to limit it for just me only. Can I do this? I don't let anyone else to know which service I used to login and what is my address and etc. (Note: My website contains just one and only one login form, for just me, only!)
View 1 RepliesI have a requirement for building an instant messenger application for the selected user.
I have googled for the solution but without any sucess.My requirement is once a user initiates a chat with another user,the another user needs to get a popup of the chat window,where the two users can start chatting.
i am using dot net open id for implementing openid in my website i want to redirect user to any of the open id provider site for sign up just like that of stack overflow provides for myopenid how to achieve this
View 1 RepliesI've been tasked with creating a dorm signup/management application for the University at which I work. The application will have a front-end and a back-end. The front-end will be utilized by students.
Front-End:
A student will login and see a selection of dorm buildings they are eligible to reside in (based on gender, class level, etc.).Student will click on dorm they are interested in residing in. A new set of options will appear - a list of available rooms they are eligible for within that dorm.Student will clock on the room they are interested in residing in. They will see how many spaces are open and who is currently residing in that room. They can then choose to add themselves to the room.Obviously, students will also be able to remove themselves from rooms and navigate backwards and forwards through the various levels - e.g. if they get into a dorm or room and see it isn't what they want they will be able to go back to the entire dorm orthe entire campus.
Back-End:
Administration will be able to assign students to specific rooms and/or dorms.They will be able to set time windows in which certain students, class levels, etc. can select their dorm room. This is the essential functionality of the applicaiton. Pretty simple. I'd like any recommendations on the best way to write this application and anything I might be missing. I've been doing some preliminary work trying different ideas.
I've been using LINQ to tie into the data sources - which seems to be working fairly well. The one area I'm having some difficulties with with dynamic control rendering and event handling. Since the application doesn't know which dorms or rooms will be available until it knows who the student is, the controls need to be generated dynamically.
We are using membership provider for LDAP authentication. It is working as it should.
But what all configuration settings I have to do so that
all the future requests to this application run under the security context of the Logged in user account not through the some default user set in IIS.
We need to have this working because all the permissions on the database are based on the logged in user.
We are using form authentication for LDAP authentication. And having impersonation = true in web.config.
I have identity impersonate = true in the Web.config file. I have integrated security = true in the DB connection string in the Web.config file.Before identity impersonate was true,users were able to access the DB through the web service account (seemingly).Now I get an error which says " Login failed for ... " because I am aware there is no specific account for that user in the permissions for that DB instance.I needed to set identity impersonate = true because the web service does not have access to the Active Directory,which I need to retrieve certain user information.
My question is,does identity impersonate = true override the integrated security and attempt to user the authenticated user's account to connect to the DB? Is there a simple way to prevent this in the Web.config itself?If not,would programatically impersonating the user within the Active Directory query functions and setting identity impersonate = false do the trick here?
I have created user web control library project and these controls i'm using in my web application. These User controls just works fine in my local machine but when i moved this project(including Library) to our Local server , it is throwing security exception
Error 1 Cannot register assembly "LocalServerLibraryDemoLibraryDemoLibraryinDebugLibrary.dll". Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. Library
Anybody knows why this error occuring...?
I simply want to know how to manually check if the value a user has provided for the answer to their security question matches their current answer on record. I want to use the build in support of the membership and membershipuser objects.
I see that via the passwordrecovery control that the actual answer can be returned. However I am currently not using this control and it would take a good bit to integrate it as it does not meet our user's requirements.
In a worst case scenario, getting the actual answer (like the passwordrecovery control does) and manually checking it in our application would be acceptable.
A best case scenario is some sort of API where I can pass in the user name and the answer to their security question that was provided and simply get an indication of whether answer was correct or not.
I'm trying to allow logged user who are in department XYZ to perform some task for my third party App. I have two SQL tables named Users & UserList. The third party app (GoldMine) graps the USERNAME from the Users table and store it as UserID which I then referecnce SessionID. The UserList table has two columns (GM_UserName & Department) which I'm interested in. When a user login into the 3rd party app (GoldMine), i then compare the USERNAME (from Users table) to GM_UserName (from UserList table) and see whether GM_UserName is in = 'Dept XYZ'. Take a look at the SQL query below.
sqlDept = "SELECT USERNAME FROM Users LEFT JOIN UserList ON UserList.GM_UserName=Users.UserName WHERE UserList.Department ='Dept XYZ'"
I'm able to do this.
If Session("Userid") = "TestUser1" Or Session("UserID") = "TestUser2" Then Do this Else Do that End If
BUT unable to do this...
If user's Department = 'Department XYZ' Then
Do This
Else
Do that
End IF
I have implemented Forms authentication in an ASP.NET MVC 2 website
By using <%: Page.User.Identity.Name %> on the Site.Master page I can display the userid of the logged in user.
I would like to use this value and display other information about the user that is stored in a User table in a MsSQL database, like:
<%: GetFirstname(Page.User.Identity.Name) %>