Page 1 of 1

loginUser should return the 'real' user object created

Posted: 30 Mar 2010, 03:42
by mikco95
When programming a custom log in in a server-side extension, the loginUser method only returns a simple object with both a success or error message. It seems that if this method is creating the 'real' user object as it states in the documentation, that it would be useful to return that user object and allow the user to modify it further in the extension, for instance adding myUserId and myUserName values.

That is my request, thank you.

Mikco95