Tagged Questions
0
votes
1answer
39 views
SPContext on Forms login page
How can I get the SPContext on the forms login page (/_forms/default.aspx)? Looking up SPContext.Current or SPContext.GetContext(HttpContext.Current) is always null. I need to retrieve the parent ...
0
votes
1answer
272 views
Custom logon page causes 401 on SharePoint 2013
I'm trying to create a custom logon page for SharePoint 2013. I have an existing 2010 project that works fine that I'm using as a model for a 2013 version, but I can't get it to work.
What has worked ...
0
votes
2answers
136 views
Logout user on tab closed
We have site with forms based authentication. When user logs in and closes browser (whole browser) he is logged out. But when he closes tab in which he opened site, he is still logged in when he ...
1
vote
1answer
695 views
Powershell script to get all Sharepoint user id and user login
I am importing data into a SharePoint list. One of the columns is the user's login/name which links to their profile via their SharePoint user id.
FARMURL/userdisp.aspx?ID=56
In order to import ...
0
votes
1answer
248 views
Remember Me in asp:login control is not working properly with FBA authentication
I have created a custom login page for FBA and using asp:login control for login purpose. When I am deselecting the "Remember Me" checkbox then also it's is creating "FedAuth" cookie for that which ...
0
votes
2answers
3k views
Overriding the SharePoint ASP:Login control for FBA with code behind
I've searched online at all different documents regarding FBA custom login page for Sharepoint 2010. Nearly everyone I have found, either shows you a custom page, adds a login control and no code ...
0
votes
2answers
2k views
How to create a custom FBA login Page that forces user to change password and view license agreement if required
We have implemented our own MembershipProvider. I inherited the SQLMembership provider used the Microsoft ASP Membership SQL database. We have extended this database so that you could set a bit flag ...
0
votes
3answers
1k views
HTTPS Login page not showing browser prompt to remember password
I have a SharePoint 2010 website using a custom FBA login page: https://www.questionmark.com/members/login.aspx
The page works fine, meaning that our users can login. The problem is that the browsers ...
2
votes
2answers
2k views
FedAuth cookie set to expire only 10 hours after creation
I've written a custom login script for my Forms Based Authentication SharePoint 2010 Server website, which allows my users to enter credentials for one of our products, and map them to a FBA user ...
0
votes
1answer
65 views
FBA in hosted SharePoint
Does anyone have details on how to create Forms based Authentication using SharePoint 2010?
I have a scenario where i want users to login and view information relating to them from a database.
This ...

