Skip to main content

passwdpop function (cPanel API2) question

Comments

2 comments

  • cPanelKenneth
    '%' often has special meaning. Does the problem go away when you URI encode % (replace % with %25)?
    0
  • Serge SX
    '%' often has special meaning. Does the problem go away when you URI encode % (replace % with %25)?

    Yes, I suspected that. In order to make process simpler, I just removed "%" from the pool of characters for password generation - much easier than find and encode it every time. But thank you for the reply and advice!
    0

Please sign in to leave a comment.