account-management
How secure should an account activation be?
I\'m writing an account activation process from the ground up in Django, and here was my basic thought process:[详细]
2023-04-11 16:51 分类:问答Remove user account from administrators group on remote machine using C# and AccountManagment namespace
I have the code: public bool RemoveUserFromAdministratorsGroup(UserPrincipal oUserPrincipal, string computer)[详细]
2023-04-09 16:42 分类:问答Updating Name Field on UserPrincipal
When I try to update the Name field (corresponds to the CN) on UserPrincipal (Principal, really), I get an er开发者_StackOverflow中文版ror \"The server is unwilling to process the request\" on the cal[详细]
2023-04-04 11:33 分类:问答How do I determine who has access to modify an active directory group
I\'m working on creating an administrative interface that allows managing users in groups in Active Directory. 开发者_运维百科[详细]
2023-03-31 04:57 分类:问答Retrieve AD Custom Attribute in One Batch
Is it possible to use the System.DirectoryServices.AccountManagement library and the PrincipalSearcher class to retrieve a custom attribute for all Principals returned from the call to FindAll()?[详细]
2023-03-30 02:08 分类:问答PayPal Accounts creation: No redirection to PayPal
I am developing a Django-based website in which each new user creates a wallet to hold his money. I\'d like to integrate it with PayPal, so that when the user signs up, a PayPal account is automatical[详细]
2023-03-20 12:45 分类:问答Creating google account using AccountManager is it possible?
I\'m trying to create google account in android I have two questions thanks. Is it possible to add account using \"com.google\" type account? Because I tried not to create my own Account Authenticat[详细]
2023-03-08 16:30 分类:问答Account verification: Only 1 account per person
In my community, every user should only have one account. So I need a solution to verify that the specific account is the only one the user owns. For the time being, I use email verification. But I d[详细]
2023-03-04 22:09 分类:问答Misc account management pages in a RESTful design in Rails 3
How do miscellaneous account management pages fit into a RESTful design in Rails 3? For example, a user registers (create action) and is then forwarded to a registration success page (? action) where[详细]
2023-02-28 13:57 分类:问答How to trigger Account Manager to add new account from application
I am trying to extend the SampleSync application. After I install the app, I can go to s开发者_开发百科ettings -> accounts & sync -> add account to add an account. However, if I want to check from[详细]
2023-01-30 02:03 分类:问答