|
See the simple form below. It's just a text box on top of a password box. If you look at it in Internet Explorer 7 (and 8, and probably others) the text box is 10 pixels wider than the password box.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"...
Started by Patrick McElhaney on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I tested this on IE7='password']").height($("input[type=....
The min-width on input[type=text], input[type=password] to something greater than the default', and apply it's height and width to all input elements with type='password'".
|
|
I want two text boxes with default text in both i.e "username" and "password". When we click inside the text box the text should disappear so the user can type their own username and password.
However, the password field is not readable by default.
How...
Started by Nadeem on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There are a couple of options I can think of -
Use a background image with "password" written on it and remove the background when the input could do is apply a background image....
Of the input from "text" to "password" when you click on it.
|
|
How can I do this in XAML:
PSEUDO-CODE:
<TextBox Text="{Binding Password}" Type="Password"/>
so that the user sees stars or dots when he is typing in the password.
I've tried various examples which suggest PasswordChar and PasswordBox but can't ...
Started by Edward Tanguay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Such as
string password.
To get or set the Password in a PasswordBox, use the Password property.
|
Ask your Facebook Friends
|
What do you web developers think? Should we disable pasting in masked password boxes in our web applications or not. Could this be a security hole or cause confusion or unwanted results? This is probably a question about user experience and not so much...
Started by Slavo on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Also make....
Some secure password management passwords for me, it's a mess when my password wont work because the registration only used the first 8 chars, or similar.
No, don't disable pasting.
You have a really good reason not to.
|
|
I don't know how to change the size of the login username/password boxes on the drupal site that I'm trying to build. I'm stumbling through the theming, and don't know where to find the file that needs to be changed in order to have boxes that fits the...
Started by Jon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You are about to enter one of the ....
One quick way is to search the relevant string (i.e., size="43" name="name" etc) in order to find the correct part .
I think in this case you have to go to the your html ( or tpl), not your css file to edit it .
|
|
I have a capistrano deployment recipe I've been using for some time to deploy my web app and then restart apache/nginx using the sudo command. Recently cap deploy is hanging when I try to execute these sudo commands. I see the output: "[sudo] password...
Started by MikeN on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For....
Add the following line in your capistrano deploy file:
default_run_options[:pty] = true
Also make sure to use the sudo helper instead of executing sudo in your run commands directly .
This seems to happen when connecting to CentOS machines as well .
|
|
I was wondering what would be the safer option when users have forgotten their password
Send a randomly generated new password to the email address (all email addresses in my database are confirmed to work). Or
Send an email with a link that expires within...
Started by Marijn Huizendveld on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
Unencrypted) and could be "seen" The password will stay in the user's mail box Which can be hacked, this means I won't be able to just " search in my mail box " to find the password -- but I can always ask their password....
|
|
I have a samba server setup for some time now. It is a Hardware NAS - which unfortunately does not provide access to the Samba logs. (the exact model of the NAS is called Addonics NAS Adapter )
I also have a Windows Vista and a Windows XP machine - from...
Started by Win7 Home User on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at serverfault):
Control Panel - Administrative Tools - Local Security this and will return ... .
By sticking \192.168.0.20\Smd in the run box?
Can you get it to work if you remove the password the following to get their Win 7 box to work with samba.
|
|
I actually have 2 problems, but I think once I find the answer to one, it will fix the other.
We have an old Nortel Norstar Meridian Modular ICS phone system with PRI connetion and DIDs, plus CallPilot voicemail.
We previously had two people with two ...
Answer Snippets (Read the full thread at tek-tips):
So if the mailbox number is 250 you would enter 25 since you reset the password ....
When pressing ** it should prompt for the mailbox and password.
If Pswd, enter just the password.
Must enter the mailbox number and password.
|
|
Yesterday, I had a relative that forgot the password for the admin account on their Windows Vista box. How can I recover that password? Free is preferable.
Started by Nathan Bedford on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
(Just to clarify, I'm referring to the account that is actually named .
In that case, chances are that they still don't have a password set on their Administrator account (one their other password from there.
|