Browse by Tags

Related Posts

  • Real password and hashed password not same

    Hi, i have a problem to create and match the hash password Before this, i just used Membership.CreateUser in order to create new user. But the problem now, I want to reset password. Yes, it is true we can used built in control to reset password. But the problem is, my user want more readable or simpler...
    Posted to Security (Forum) by johncarerra on 05-28-2009, 12:00 AM
    Filed under: password, hash
  • Re: How to set Displayformat for a password field?

    [quote user="venkatesh.g2"] 2. If you click on update hyperlink from edit mode (without making any changes to the data displayed), the "Password" is stored as null in database. I think this is because there is no data in the field displayed and this should not be the normal behaviour...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 05-21-2009, 12:00 AM
    Filed under: Password, Customising FieldTemplates, Dynamic Data
  • Re: How to set Displayformat for a password field?

    [quote user="venkatesh.g2"] 2. If you click on update hyperlink from edit mode (without making any changes to the data displayed), the "Password" is stored as null in database. I think this is because there is no data in the field displayed and this should not be the normal behaviour...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 05-21-2009, 12:00 AM
    Filed under: Password, Customising FieldTemplates, Dynamic Data
  • Re: How to set Displayformat for a password field?

    Well here you go for Edit/Insert mode try this: [MetadataType( typeof (EmployeeMD))] public partial class Employee { public class EmployeeMD { public object EmployeeID { get ; set ; } public object Name { get ; set ; } [DisplayName( "Password" )] //makes column title not split [DataType(DataType...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 05-20-2009, 12:00 AM
    Filed under: Password, Customising FieldTemplates, Dynamic Data
  • Re: Shared Hosted Web Site Custom Membership/Profile/Roles Provider Only Solution?

    Hi "guru_sarkar"; My mind is going 100 miles an hour. So I am reading the ASP.NET Membership - Part 1 link you shared. I think part of the clue is in the < remove name =" LocalSqlServer" / > and the < add name =" LocalSqlServer" connectionString =" YourConnectionString"...
    Posted to Security (Forum) by DisorderlyOrder on 04-14-2009, 12:00 AM
    Filed under: password, shared host, shared SQL Server, user name, Aspnetdb.mdf, IP Address, LocalSQLServer
  • Membership.CreateUser not hashing password

    I have a class where I am trying to create a user with minimal information by calling the Membership.CreateUser. The user does get created in the database, there is a password salt generated, but the password is not hashed. It is stored in plain text, and with the salt, the account cannot be logged into...
    Posted to Security (Forum) by davenel on 03-14-2009, 12:00 AM
    Filed under: password, password hashing, hashed passwords, .Net Membership Class, "Security"
  • Re: Generate Seed expire 24 hours after, based in a String and users Numbers

    Each user must enter 4 letters (n) generated from a seed, for example, 200320092737023. If I have 2 users would be the return value of a length of 8, if I have 3 users would be the return value of a length 12 (n * number of users) and this value should be valid only 24 hours. Thaks for your kind Support...
    Posted to Security (Forum) by maniakz on 03-10-2009, 12:00 AM
    Filed under: password, Seed, Seed Expired, Generate Password
  • Generate Seed expire 24 hours after, based in a String and users Numbers

    Hi, I Need Generate Seed expire 24 hours after or day and based in a String and Users Number. For Example. I Have the String = "20022009XYZ" and the number of users is 4 Dim Str as String = 20022009XYZ Dim Usr as Int = 4 .... .... Return Seed Thaks for your kind Support!
    Posted to Security (Forum) by maniakz on 03-09-2009, 12:00 AM
    Filed under: password, Seed, Seed Expired, Generate Password
  • Passwords Posted in Clear Text using .NET Connector and Login Control

    I posted this on the MySql .NET Connector forum, and haven't seen a response yet. Hoping someone can help me. I've discovered (actually, it was pointed out to me on my blog), that I am sending my passwords in clear text on my login page using the .NET Connector v5.2.3 and the asp:Login control...
    Posted to MySQL (Forum) by palmerm1 on 01-23-2009, 12:00 AM
    Filed under: mysql, password, hashing, membership and roles
  • Enable Button without AutoPostBack

    I have a page which involves a user creating a custom account with a password. I then have a checkbox that the user must check before clicking a button to submit the data. < asp:CheckBox ID= "CheckBox" runat= "server" oncheckedchanged= "CheckBox_CheckedChanged" AutoPostBack...
    Posted to Web Forms (Forum) by stinstin on 01-03-2009, 12:00 AM
    Filed under: Password, textbox, autopostback, checkbox, event, Fire
Page 1 of 8 (76 items) 1 2 3 4 5 Next > ... Last »