You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As adminstrator (ROLE_ADMIN), using user/users page and creating a new user will fails once filled form is submitted.
La propriété [applicationKey] de la classe [class smarthome.security.User] ne peut pas être nulle
There is no editable field to set applicationKey.
The text was updated successfully, but these errors were encountered:
artlog
changed the title
creating a new user ails due to missing/null applicationKey
creating a new user fails due to missing/null applicationKey
Mar 22, 2022
applicationKey should be created on server side and this is security wise to not edit on client side to protect against impersonalization. Should it be accepted to be null ? This is used for agents but is it still relevant in generic usage case for consoherozh ?
artlog
added a commit
to artlog/consoherozh
that referenced
this issue
Mar 25, 2022
- Fix create of a user from an administrator
- consometers#6
- create applicationKey on server side on the fly in UserService
- When slecting device and deviceType some icons are missing
- linky & manual counter icon ( to improve )
- Creating a House within USer profile
- display profile without error if house is missing
- Workaround a stackoverflow infinite recursion when saving a profile with a house.
- cleanup some unused imports
As adminstrator (ROLE_ADMIN), using user/users page and creating a new user will fails once filled form is submitted.
La propriété [applicationKey] de la classe [class smarthome.security.User] ne peut pas être nulle
There is no editable field to set applicationKey.
The text was updated successfully, but these errors were encountered: