[Seaside] Re: Seaside login - a write up

Stefano Turri stefanoturri at interfree.it
Thu Sep 30 20:53:29 CEST 2004


I'm trying this in 2.5b4 using Squeak 3.7 and the password field is not  
hidden.

It seems that the following method has a wrong attribute type for the  
input field:

WAHtmlRenderer>>passwordInputWithValue: anObject callback: callbackBlock
	self
		valueInputOfType: 'text'
		value: anObject
		callback: callbackBlock

Simply changing the input type to 'password' fixes the problem


> You better use "html passwordInputWithCallback: [:v| self password: v]"
> here. Password input is the one that only displays stars.
>
> rado



-- 
"Perfection is achieved, not when there is nothing more to add, but when  
there is nothing left to take away."
- Antoine de Saint Exupery



More information about the Seaside mailing list