Search found 5 matches

by jgrotto
20 Aug 2013, 20:05
Forum: SFS2X Questions
Topic: Signup Assistant - Email as Username
Replies: 1
Views: 3820

Signup Assistant - Email as Username

Hi,

Is there a best approach for using Email as Username with the Signup Assistant and take advantage of all the features (email confirmation, password recovery, etc.) The only way I've found to do it is keep both username and email fields in the database.

Thanks!
by jgrotto
31 May 2012, 18:14
Forum: SFS2X Questions
Topic: Forced Logout Question
Replies: 8
Views: 10280

Re: Forced Logout Question

Thanks for the responses.

To answer your question, similar to the existing reason codes returned on a user disconnect (kick, ban, etc.). I'm trying to come up with a way to determine (on the client) that a user was logged out because they logged in somewhere else. So let's say I'm logged in from my ...
by jgrotto
21 May 2012, 20:52
Forum: SFS2X Questions
Topic: Forced Logout Question
Replies: 8
Views: 10280

Forced Logout Question

Hi,

Is it possible to determine if a user was logged out based on a forced logout condition? In other words, if a user logs in and that forces the logout of another client, is there a way to identify this through a Logout or Disconnect Event?

In this case, I would like to have my application show ...
by jgrotto
29 Jan 2012, 19:11
Forum: SFS2X Questions
Topic: DBManager executeUpdate and null values
Replies: 2
Views: 5514

Thanks... I will try that.

For whatever reason, that didn't seem to work in my tests, but I'll give it a try.
by jgrotto
29 Jan 2012, 17:33
Forum: SFS2X Questions
Topic: DBManager executeUpdate and null values
Replies: 2
Views: 5514

DBManager executeUpdate and null values

Is it possible to send null values as a argument to a insert/update using the executeUpdate method of the SFS Database Manager. The database field is set to allow null values. Sending a Java null results in a NullPointerException.

Thanks!