Task #9811 (closed)
BUG: QA2 system for new users
Reported by: | pwalczysko | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | OMERO-4.4.x |
Component: | QA | Version: | 4.4.9 |
Keywords: | QA | Cc: | cxallan, wmoore, ajpatterson |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
When logging into the QA2 system as a new user, using the LDAP user/psswd (at present are concerned Helen, Simon, Petr (username pwalczysko), Mark, Kenny - probably will be when he comes).
The page after login does not show Welcome Petr for example, but just Petr - also, the clicking to the All column does not return you to the All, but the system puts in a date in the filtering line, even when not asked for it.
Attachments (2)
Change History (12)
Changed 12 years ago by pwalczysko
Changed 12 years ago by pwalczysko
comment:1 Changed 12 years ago by jmoore
- Cc cxallan wmoore ajpatterson added; josh@… removed
- Owner atarkowska deleted
comment:2 Changed 12 years ago by jburel
- Sprint changed from 2012-11-20 (2) to 2012-12-18 (3)
Moved from sprint 2012-11-20 (2)
comment:3 Changed 12 years ago by jburel
- Sprint changed from 2012-12-18 (3) to 2013-01-15 (4)
Moved from sprint 2012-12-18 (3)
comment:4 Changed 12 years ago by jburel
- Sprint changed from 2013-01-15 (4) to 2013-02-12 (5)
Moved from sprint 2013-01-15 (4)
comment:5 Changed 12 years ago by jburel
- Sprint changed from 2013-02-12 (5) to 2013-03-12 (6))
Moved from sprint 2013-02-12 (5)
comment:6 Changed 12 years ago by jburel
- Sprint changed from 2013-03-12 (6)) to 2013-04-09 (7))
Moved from sprint 2013-03-12 (6))
comment:7 Changed 11 years ago by jburel
- Sprint changed from 2013-04-09 (7)) to 2013-05-07 (8)
Moved from sprint 2013-04-09 (7))
comment:8 Changed 11 years ago by jburel
- Milestone changed from OMERO-4.4.x to OMERO-4.4.9
- Sprint changed from 2013-05-07 (8) to Blocker 4.4.9 (1)
Moved from sprint 2013-05-07 (8)
comment:9 Changed 11 years ago by atarkowska
- Resolution set to fixed
- Status changed from new to closed
- Version set to 4.4.9
Currently new users authenticated by LDAP are created automatically. This problem was resolved by Django Ldap Authentication plugin
AUTH_LDAP_USER_FLAGS_BY_GROUP = { 'is_staff': '...groupDN...', }
Everyone who is a member of specified group should be staff by default, others will remain as regular users.
Chris has (partially) fixed this on the QA2 side by making everyone who's a part of the omedev group a staff member on login. (I.e. the value is updated on every login to QA2) This means we shouldn't need to manually click is_staff like we did today. Though we may want to change the setup to not use is_staff in the future.