ad_generate_random_string (public)

 ad_generate_random_string [ length ]

Defined in packages/acs-tcl/tcl/utilities-procs.tcl

Generates a random string made of numbers and letters

Parameters:
length (optional, defaults to "8")

Testcases:
auth_create_user, auth_driver_get_parameter_values, auth_use_email_for_login_p, auth_email_on_password_change, sync_actions, sync_snapshot, sync_batch_ims_test, acs_content_repository_trivial_smoke_test, content_item, content_item_nested_structure
Source code:
    return [string range [sec_random_token] 0 $length-1]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/utilities-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: