No subject
Fri Jun 12 11:19:36 PDT 2009
seems like this can be solved by editing the XUI (panel_login.xml) and<br>
then altering the fields stored and retrieved from gSavedSettings.<br>
Since there does not appear to be an object serialization storage<br>
method for gSavedSettings, I'm inclined to store a double-tokenized<br>
string in a form such as:<br>
<br>
=A0John|Doe|<md5 passsword>/Fred|Doe|/Jane|Doe|<md5 password><=
br>
<br>
The "higher" token delimiter (the slash character, in that exampl=
e)<br>
breaks apart each record, and the "lower" token delimiter (the pi=
pe)<br>
breaks apart the three fields in the record. An empty password field<br>
would indicate that a user did not check "save password". Tokeniz=
ation<br>
would be done using boost::tokenizer.</blockquote></div>
--0016367f96e0c3d1c3046eb1e8fa--
More information about the SLDev
mailing list