CreateRandomPassword ( PasswordLength ; Parameter ; String )
Generates a random text string of a specified length from random groups of characters
Average rating: 4.8 (13 votes) Log in to vote
Bo-Anders Adamsson Treadstone Technologies http://www.treadstone.es |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Generates a random text string of a specified length from random groups of characters
By adding more parameters, you can adjust the probability for that group of characters being added to the password.
See parameter 11, that doubles the probability of lowercase, uppercase and numeric
This custom function is based on the one created by Martin D. Brunner, mdb
https://www.briandunning.com/cf/905
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.