|
|
Line 51: |
Line 51: |
| | | |
| '''Note:''' NATS may throw an error if the random username happens to be generated with a number as the first character, in this case we recommend adding a prefix character to the random string. | | '''Note:''' NATS may throw an error if the random username happens to be generated with a number as the first character, in this case we recommend adding a prefix character to the random string. |
− | * Example: ''signup[random_userpass:10:1:5:a]'' | + | * Example: ''signup[random_userpass]=10:1:5:a'' |
| <!--You can also now add a configuration variable in [[NATS4]] to generate usernames with a prefix. For example, you will now be able to generate random usernames with the prefix "a" and follow it with 15 random lowercase letters.--> | | <!--You can also now add a configuration variable in [[NATS4]] to generate usernames with a prefix. For example, you will now be able to generate random usernames with the prefix "a" and follow it with 15 random lowercase letters.--> |
| | | |
| == Examples == | | == Examples == |
− | * 10 character username and password, lowercase, a maximum of 5 searches: ''signup[random_userpass:10:1:5]'' | + | * 10 character username and password, lowercase, a maximum of 5 searches: ''signup[random_userpass]=10:1:5'' |
− | * 14 character username and password, lowercase, a maximum of 5 searches, with username prefix abcd: ''signup[random_userpass:14:1:5:abcd]'' | + | * 14 character username and password, lowercase, a maximum of 5 searches, with username prefix abcd: ''signup[random_userpass]=14:1:5:abcd'' |
− | * 8 character username and password, upper and lowercase, a maximum of 3 searches: ''signup[random_userpass:8:0:3]'' | + | * 8 character username and password, upper and lowercase, a maximum of 3 searches: ''signup[random_userpass]=8:0:3'' |
− | * 12 character username and password, upper and lowercase, a maximum of 10 searches: ''signup[random_userpass:12]'' | + | * 12 character username and password, upper and lowercase, a maximum of 10 searches: ''signup[random_userpass]=12'' |
| | | |
| [[Category:Also NATS4 Article]] | | [[Category:Also NATS4 Article]] |
| [[Category:NATS4 Skins and Templates]] | | [[Category:NATS4 Skins and Templates]] |