usmannasir / cyberpanel

Cyber Panel - The hosting control panel for OpenLiteSpeed
GNU General Public License v3.0
1.53k stars 591 forks source link

Last Name Problem #52

Closed dogukanarkan closed 6 years ago

dogukanarkan commented 6 years ago

Hi, there is a problem in last name variable. We see only the first 3 letters of the last name. I didn't find this bug but maybe you can.

dogukanarkan commented 6 years ago

I guess i found it. File location: cyberpanel/plogical/acl.py Line number: 36 Code: finalResponse['adminName'] = admin.firstName + " " + admin.lastName[:3] I have no idea about the code.

dogukanarkan commented 6 years ago

Okay i got it.