The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
35 views

How to use SPEncryptedString?

I have an application page and am trying to save settings for it using an SPPersistedObject. One of the fields I am saving needs to be encrypted and I tried to use SPEncryptedString but I can't get ...
2
votes
1answer
79 views

Recover Secure Store Pass Phrase

When you create a new "Secure Store Service App" you will also create "Generate New Key" and it requires you to input Pass Phrase. We totally forgot the password and now in trouble because I need to ...
2
votes
2answers
266 views

Change Password [Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))]

I am using ITaCS Change Password 2.5 webpart on wss3.0 for a while now and all of a sudden everytime a user trys to change their password they get the error. You must not change your password. ...
0
votes
0answers
187 views

Changing password in SharePoint environment

The password on my SharePoint 2013 VM expired. What is the best practice on changing the passwords to get everything back up and running again?
0
votes
2answers
41 views

Sharepoint Password Compromised

My sharepoint farm user password has been compromised and exposed. I need to change it! is there a simple way to do this? I'm thinking in change the farm user password and then run after whatever ...
1
vote
1answer
141 views

Storing of passwords

I’m looking at a way to store client passwords etc on a sharepoint site. Does anybody know how I would go about having the passwords stored in the DB with MD5, but unencrypted to the users viewing ...
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 ...
0
votes
1answer
1k views

Unable to change SharePoint account password in SharePoint 2010

I was trying to start Microsoft SharePoint Foundation Sandboxed Code Service But it threw The password for the account domainName\empID, as currently stored in SharePoint, is not the same as the ...
3
votes
1answer
340 views

Authentication web service and special characters in password

My client application is authenticating with a SharePoint website using the Authentication web service in Windows Sharepoint Services 3.0. The client is not written in C# and I craft the SOAP request ...
0
votes
2answers
77 views

Where do I set the password for WSS SQL account

Recently I did a password reset for the sharepoint administration accounts. When trying to access the shared services administration page I get the error: "Cannot connect to the configuration ...
2
votes
3answers
2k views

Password management web parts? [closed]

Does anyone of you know some webpart providers. I am desperately looking for a SharePoint webpart which can do following. change password lost password recovery (e-mail) change password reminder ...
2
votes
2answers
1k views

How do I allow users to change their password (ASP.NET membership)

Title says it all. I have an ASP.Net membership database (extranet) site set up, but users have no way to change thier passwords.