Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

username issue #67

Open
ahmudimam opened this issue Aug 31, 2023 · 1 comment
Open

username issue #67

ahmudimam opened this issue Aug 31, 2023 · 1 comment

Comments

@ahmudimam
Copy link

ahmudimam commented Aug 31, 2023

username changes from what you provide to it during user creation.
For Example: I provided username of Accountant as alihmza , it will change to STAFF/2023/08/1234

@rayusamBoy
Copy link

If you provided 'username' during user creation, that username will be assigned only if the user is 'admin' or 'super admin' (members of teamSA). Otherwise, the user will be assigned with a unique user id like the one you provided (STAFF/2023/08/1234).

Check the code change in the attachment if you want to make change so that your username will apply to every user.
File path: 'app\Http\Controllers\SupportTeam\UserController.php' find method 'store', and then change the codes as seen in the attachment.
ATTACHMENT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants