problems when creating a new user
Status: Beta
Brought to you by:
jgabler
Creating a new benedetto user is difficult in general.
You have to create it in the psql monitor by SQL commands.
There should better be a dialogue to create new users.
Problem:
When you create a new user in the "benutzer" table, and
this user logs into benedetto, benedetto will exit with
a null pointer exception.
While reading the users's options (who does not yet
have any options set), it reads the users default
languagen (property '/Sprache' and relies on this
property being set.
Workaround:
Create an entry in the "optionen" table for the new
user with name='/Sprache' and wert='Deutsch'.