Skip to content

Optimization Of Account page

As a backend developer, I would like to have a page where I need to differentiate between user types and have the user's name displayed on the account page. Also want the backend to be able to fetch the current user id.

  • 1.When searching for an account, you can distinguish the type of user account.
  • 2.Account page should Display username(This is different from the user's name.)
  • 3.Back-end should can get the current account_id By your tools.

Either display the student account or the administrator account.

Edited by Yongjian Duan