[Building Sakai] encrypt id_user

Esteban Gomez tebota at gmail.com
Mon Mar 30 19:15:47 PDT 2009


Related with this, the encryption for the user password on the database 
is also made on this function? and where can be changed?

cheers

Stephen Swinsburg escribió:
> Hi,
>
> The value you are seeing is not encrypted, it's an auto generated 
> internal ID called a UUID (Universally Unique ID). This is done so 
> that the changing of a user's login username is possible, ie jsmith26 
> to jsmith27, but the internal ID (the UUID) never changes. Whenever 
> you create data/content, it is associated with that internal ID.
>
> If you want to create a UUID you can use 
> org.sakaiproject.id.api.IdManager createUuid().
>
> cheers,
> Steve
>
>
> On 30/03/2009, at 11:30 PM, yolima u wrote:
>
>>
>> hi everybody
>>
>> i have a question. When i create a new user, sakai encrypt the user 
>> id in
>> the table of mysql (sakai_user), but i need to know, where sakai do 
>> this?,
>> -- 
>> View this message in context: 
>> http://www.nabble.com/encrypt-id_user-tp22794539p22794539.html
>> Sent from the Sakai - Development mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> sakai-dev mailing list
>> sakai-dev at collab.sakaiproject.org
>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>>
>> TO UNSUBSCRIBE: send email to 
>> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of 
>> "unsubscribe"
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"


More information about the sakai-dev mailing list