Closed FlusherDock1 closed 3 years ago
md5(microtime(true)); - creates way to long password string, that is not really friendly to new customers. Example: 280a9a19a0cadaa2ce4092251e065113
md5(microtime(true));
str_random(8) - Generates 8 alphanumeric string, that is more friendly and easier to read or remember. Example: Ms6epOqT
str_random(8)
Thanks for your contribution
md5(microtime(true));
- creates way to long password string, that is not really friendly to new customers. Example: 280a9a19a0cadaa2ce4092251e065113str_random(8)
- Generates 8 alphanumeric string, that is more friendly and easier to read or remember.Example: Ms6epOqT