oc-shopaholic / oc-orders-shopaholic-plugin

🛒 Orders (cart) extension for Shopaholic plugin
https://octobercms.com/plugin/lovata-ordersshopaholic
GNU General Public License v3.0
27 stars 18 forks source link

Change password generator for new users. #157

Closed FlusherDock1 closed 3 years ago

FlusherDock1 commented 3 years ago

md5(microtime(true)); - creates way to long password string, that is not really friendly to new customers. Example: 280a9a19a0cadaa2ce4092251e065113

str_random(8) - Generates 8 alphanumeric string, that is more friendly and easier to read or remember.
Example: Ms6epOqT

kharanenka commented 3 years ago

Thanks for your contribution