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&#39;m inclined to store a double-tokenized<br>
string in a form such as:<br>
<br>
 =A0John|Doe|&lt;md5 passsword&gt;/Fred|Doe|/Jane|Doe|&lt;md5 password&gt;<=
br>
<br>
The &quot;higher&quot; token delimiter (the slash character, in that exampl=
e)<br>
breaks apart each record, and the &quot;lower&quot; 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 &quot;save password&quot;. Tokeniz=
ation<br>
would be done using boost::tokenizer.</blockquote></div>

--0016367f96e0c3d1c3046eb1e8fa--


More information about the SLDev mailing list