* Added hard limits when creating user

* Added check to user activation

* Added missing check for licensed servers

* Fix i18n

* Fixed style order

* Added a separate hard limit along with existing 10k user soft limit

* For CI

* Fixing flaky test, hopefully

* Added tests
Этот коммит содержится в:
Harshil Sharma
2024-03-21 19:41:53 +05:30
коммит произвёл GitHub
родитель 2c2dbba72c
Коммит b02d634916
8 изменённых файлов: 228 добавлений и 10 удалений

Просмотреть файл

@@ -60,10 +60,15 @@ table.systemUsersTable {
}
.error {
max-width: 300px;
align-self: start;
grid-area: error;
@include textElipsis;
// this need to be here, after textElipsis because
// we need to override white-space property coming from the mixing
white-space: normal;
}
}