Fn_Users -> Fn_Generate_Password Missing Letter On $Chars

Since I cannot start a new topic in the Issue & Troubleshooting section. I will post what I found here.

In the fn_generate_password() function, in the $chars variable the lowercase "l" is missing. Is this on purpose or by accident?

$chars = 'abcdefghijkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';

It jumps from "k" to "m".

I think, it is just typo. But please post this issue to the bug tracker

http://forum.cs-cart.com/tracker/

I think, it is just typo. But please post this issue to the bug tracker

http://forum.cs-cart.com/tracker/

I just posted it.