AndyAlvarez Posted May 22, 2023 Share Posted May 22, 2023 How do I change the "username" of an auto-provisioning that is generated when the client buys a "shared hosting" using the "virtualmin" module? 0 Quote Link to comment Share on other sites More sharing options...
AndyAlvarez Posted May 22, 2023 Author Share Posted May 22, 2023 $username = substr(str_shuffle('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'), 0, $length = '10'); $result = 'us-' . $username; I would like the username to be generated that way, but I have tried different codes using "hook" and nothing has worked for me 0 Quote Link to comment Share on other sites More sharing options...
SeqLogic Posted September 24 Share Posted September 24 Did you ever find an answer to this? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.