Security use issue with table security,these are my data.
Existing Table - table:gebruikers(users) - login name field :usernaam - password field : paswoord
Advanced -user id field :PLOEGID - no static user levels / no dynamic user levels
User Login options :track failed attempts ok - Disallow concurrent login ok - maximum concurrent user session count 1 min ok -login status timeout :1
user table fields : Profile field (memo) ->profielif I forget to do logoff I receive the following message after a new logon : Gebruiker ‘%u’ al ingelogd (User ‘%u’ already logged in)
Had hoped that he would mention username, what am I doing wrong
thx
it appears you have disallow concurrent logins enabled in your security settings - Advanced Security - User Login Options
Hallo
That’s what I want, only one session is allowed for each user.
What does ‘% u’ mean in message “UserLoggedIn” value = “User ‘% u’ already logged in”.
I see in file users field profile entry (BLOB) 238 bytes
that would be a placeholder to display the username.make sure you updated your template and re-generate your files
I use the Dutch.xlm and there was the problem. Namely “UserLoggedIn” value ‘%blank space u’.
Thanks for your answer
guido wrote:
"User ‘% u’ already logged in"Wrong phrase. It should be (there are no space between % and u):
“User ‘%u’ already logged in”