Skip to content
Gulyás Gergely edited this page Dec 30, 2016 · 4 revisions

Authentication

We use AuthSCH (https://auth.sch.bme.hu) for authentication which is built on OAuth2.

Profile page

Show profile page:

  • list all attributes where privacy is public

Group membership:

  • list all groups which the user is a member of

Profile settings

Editable attributes (* is required):

  • First name * (from AuthSCH)
  • Last name * (from AuthSCH)
  • Nickname
  • Gender (from AuthSCH)
  • Date of birth
  • Home address
  • Email * (from AuthSCH)
  • Phone Number
  • Webpage
  • Dormitory
  • Room number
  • IM accounts
  • Profile picture

Privacy settings for:

  • Date of birth
  • Home address
  • Email
  • Phone Number
  • Webpage
  • Dormitory
  • Room number

Search

We search in the following attributes with OR conditions:

  • full name
  • nickname
  • email
  • phone number (if the query length is longer than 8)
  • dormitory
  • room
Clone this wiki locally