Jump to content

Denroc

Members
  • Posts

    7
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Denroc got a reaction from activa in Direcatadmin uppercase username   
    Hello I'm currently trialing blesta on directadmin and notice if the user enters a directadmin username with uppercase characters in it the service is set to pending in blesta after changing the username to all lowercase so directadmin accepts it the service is then created is there a way around this?
  2. Like
    Denroc reacted to Blesta Addons in Direcatadmin uppercase username   
    You are right, i have make a mistake by selet the domain instead of the username, anyway the two should be lowercase
     
  3. Like
    Denroc got a reaction from Paul in Direcatadmin uppercase username   
    Right so I tried the fix today but under 'username' that I mentioned above. I created a user called UpperMe and the account created successfully automatically and under the services menu showed
    Username         upperme I changed line 1230 in /components/modules/direct_admin/direct_admin_php
    from
    'username' => isset($vars['direct_admin_username']) ? $vars['direct_admin_username'] : null, to
    'username' => isset($vars['direct_admin_username']) ? strtolower($vars['direct_admin_username']) : null, and NOT 'direct_admin_domain' as suggested by @Blesta Addons above.
  4. Like
    Denroc got a reaction from Michael in Direcatadmin uppercase username   
    Right so I tried the fix today but under 'username' that I mentioned above. I created a user called UpperMe and the account created successfully automatically and under the services menu showed
    Username         upperme I changed line 1230 in /components/modules/direct_admin/direct_admin_php
    from
    'username' => isset($vars['direct_admin_username']) ? $vars['direct_admin_username'] : null, to
    'username' => isset($vars['direct_admin_username']) ? strtolower($vars['direct_admin_username']) : null, and NOT 'direct_admin_domain' as suggested by @Blesta Addons above.
  5. Like
    Denroc got a reaction from Michael in Direcatadmin uppercase username   
    Why are we changing the 'domain' to lower? shouldn't it be this line?
    'username' => isset($vars['direct_admin_username']) ? $vars['direct_admin_username']: null,
  6. Like
    Denroc got a reaction from Blesta Addons in Direcatadmin uppercase username   
    Is this likely to be fixed? I use da on all my servers so if not I will have to use and alternative billing solution.
×
×
  • Create New...