* removes frontend input field holding generated API key * replaces with modal form * reworks tests on API token form
* sets the identifier form field as readonly * extends help text * updates translations
* refactors user/forms.py by splitting into modals package and regular forms * regular forms can now be found at user/forms/user.py and user/forms/team.py * modal forms can now be found at user/forms/modals/...