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
we are testing Dalo radius 2.2 Beta version released on 3rd July 2024.
On our setup we have an external MYSQL speaking to Dalo.
the SQL is based on Azure MYSQL with version 8.0.
What we noticed is under user import,
if we provide the below, because the user first name starts with Capital S and Last name is capital P, the import fails.
this is the same for any user who's first name is Capital and last Name is also Capital.
we always get this error message
Sep 16 9:15:27 ACTIONS administrator Empty or invalid data provided on page: /mng-import-users.php
however if the same user is manually configured instead of user import, it works fine, in that case we can use Capital letter for First and Last name.
however for import user feature it only works when i change to it below
first name and last name for user needs to be lower case only then it will work
between these two versions I see Enable portal login is showing up on 2.2 Beta version released on 3rd July 2024. while this is not available on 2.1 beta / 18 Apr 2024
Hi @kraman2681 ,
Can you try first name and last name with special characters e.g. (@), ('), (/). I tried and using the latest commit, the users with these special characters will be excluded.
Describe the bug
we are testing Dalo radius 2.2 Beta version released on 3rd July 2024.
On our setup we have an external MYSQL speaking to Dalo.
the SQL is based on Azure MYSQL with version 8.0.
What we noticed is under user import,
if we provide the below, because the user first name starts with Capital S and Last name is capital P, the import fails.
S200002,P@sswOrd,S200002@acme.com,S200002,Plexinor.
this is the same for any user who's first name is Capital and last Name is also Capital.
we always get this error message
Sep 16 9:15:27 ACTIONS administrator Empty or invalid data provided on page: /mng-import-users.php
however if the same user is manually configured instead of user import, it works fine, in that case we can use Capital letter for First and Last name.
however for import user feature it only works when i change to it below
first name and last name for user needs to be lower case only then it will work
S200002,P@sswOrd,S200002@acme.com,s200002,plexinor.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
we should be able to import users even if their first and last name starts with Capital letters.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: