# Version 9.1.219.9 (Support Release - 18 May 2026)

#### **Identity and Authorisation**

##### Fixed styling of registration page (#147892)

***Issue 1***

**Problem**

- There are no margins on the registration page breaks when some elements are not displayed.
- The width of the main container changes when some fields are not displayed.

**Solution**

- Adding margin where needed on the page and ensuring the container does not resize when making changes.

***Issue 2***

**Problem**

- There is no margin between the Job Profile Disclaimer and the Captcha. The 'Location in Organisation' and 'Job Title' fields do not scale with horizontal page size.

**Solution**

- Adding margin after the Job Profile Disclaimer field and ensuring the 'Location in Organisation' and 'Job Title' fields scale with horizontal page size.

---

#### **People Management**

##### Limit My Department users to only active appointments (#147835)

**Problem**

- Users are duplicated per appointment on the My Department page. The duplicated user is also added as a phantom user when switching tabs on people management, like view/edit people.

**Solution**

- Limit My Department users to only active appointments. Duplicate user IDs break the key attribute on React components, causing it not to clear the list properly when switching tabs

---