Inputting passwords

Ned Konz ned at bike-nomad.com
Tue Sep 2 21:02:00 UTC 2003


On Monday 01 September 2003 08:20 pm, Vincent Foley wrote:

> is there a Morphic widget to input passwords?  If there's not, is
> there a method to hash the contents of a PluggableTextMorph with
> stars or something?
>

There is 
	FillInTheBlank requestPassword: 'Password?'

Or you can use the PasswordFont with any text morphs. Just set their 
font to something like:

	StrikeFont passwordFontSize: 12.

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list