mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-03-15 12:20:38 +00:00
1.4
This commit is contained in:
@@ -410,7 +410,7 @@ namespace Esyur.Misc
|
||||
|
||||
public static string GenerateCode(int length)
|
||||
{
|
||||
return GenerateCode(length, "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789~!@#$%^&*()_-+=\\?/");
|
||||
return GenerateCode(length, "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789");// ~!@#$%^&*()_-+=\\?/");
|
||||
}
|
||||
|
||||
public static string GenerateCode(int length, string chars)
|
||||
|
||||
Reference in New Issue
Block a user