Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
debugging msg with role id's
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-stauffer committed Jun 13, 2024
1 parent b1ba65a commit 77fb15c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eliona/single_sign_on.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ func (s *SingleSignOn) Authentication(w http.ResponseWriter, r *http.Request) {
return
}

log.Debug(LOG_REGIO, "assigned sysRole: %d, projRole: %d, lang: %s", sysRoleId, projRoleId, lang)

// cannot set role over api
user, err = s.eliApi.AddUser(&api.User{
Email: loginEmail,
Expand Down

0 comments on commit 77fb15c

Please sign in to comment.