You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter a FTP username of more than 20 characters and with the prefix of: [USER_NAME]_
The username will get truncated before the _ prefix, however this is not stored in solidcp, instead it is saved with the full username.
For example:
prefix_usernamelength
Will get saved into iis as
pref_usernamelength
However SolidCP will still be trying to look for the full username entered.
SolidCP should have the username saved as per the IIS username to stop confusion, it should also honour the policy and use the full username when it has a limit set to higher than 20.
Enter a FTP username of more than 20 characters and with the prefix of: [USER_NAME]_
The username will get truncated before the _ prefix, however this is not stored in solidcp, instead it is saved with the full username.
For example:
prefix_usernamelength
Will get saved into iis as
pref_usernamelength
However SolidCP will still be trying to look for the full username entered.
SolidCP should have the username saved as per the IIS username to stop confusion, it should also honour the policy and use the full username when it has a limit set to higher than 20.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: