If you want to generate passwords as alphanumeric strings (without special characters) or as strings which contain only special characters, you can implement your own algorithm for password generation in the ~\CMSModules\Membership\Pages\Users\User_Edit_Password.aspx.cs file and in the btnGenerateNew_Click method:

protected void btnGenerateNew_Click(object sender, EventArgs e)
{
// Check modify permission
CheckModifyPermissions();
string result = ValidateGlobalAndDeskAdmin();
if (result == String..Empty)
{
string pswd = ...; // your own algorithm
-jh-
 
1 rating
Sitemap | Content Management System | E-commerce Software | Social Networking Software | Intranet | Online Marketing Solution | Copyright © 2004-2013 Kentico Software | Powered by Kentico CMS