Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Weird and The Wonderful
  4. How difficult is it really?

How difficult is it really?

Scheduled Pinned Locked Moved The Weird and The Wonderful
question
12 Posts 8 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Online
    P Online
    PIEBALDconsult
    wrote on last edited by
    #1

    Gaaahhh!!! I recently registered on a website that doesn't accept upper-case letters in a username/email-address. :omg: So today I tried to log in -- all it does is tell me that the login failed. Over and over and over again. :wtf: Can't you at least do a freakin' ToLower on whatever the user entered?

    D H B Z 4 Replies Last reply
    0
    • P PIEBALDconsult

      Gaaahhh!!! I recently registered on a website that doesn't accept upper-case letters in a username/email-address. :omg: So today I tried to log in -- all it does is tell me that the login failed. Over and over and over again. :wtf: Can't you at least do a freakin' ToLower on whatever the user entered?

      D Offline
      D Offline
      den2k88
      wrote on last edited by
      #2

      When I registered on my online car insurance company it allowed me to insert special characters in the password. Comes the year later, I need to renew my insurance * they don't accept those characters anymore, * didn't bother to alert anyone, * didn't accept my fully working password, * the "forgot passowrd" button sent an e-mail with the registered password in clear-text (with all the implications on their storage method), * they didn't have any method to create a new account without creating a new contract, which meant starting from the highest merit class available - basically incerasing 8 times the price of my insurance. X| X| X|

      GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++*      Weapons extension: ma- k++ F+2 X If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver

      B T R 3 Replies Last reply
      0
      • P PIEBALDconsult

        Gaaahhh!!! I recently registered on a website that doesn't accept upper-case letters in a username/email-address. :omg: So today I tried to log in -- all it does is tell me that the login failed. Over and over and over again. :wtf: Can't you at least do a freakin' ToLower on whatever the user entered?

        H Offline
        H Offline
        Herman T Instance
        wrote on last edited by
        #3

        StringComparison.IgnoreOrdinalCase

        In Word you can only store 2 bytes. That is why I use Writer.

        Richard DeemingR 1 Reply Last reply
        0
        • P PIEBALDconsult

          Gaaahhh!!! I recently registered on a website that doesn't accept upper-case letters in a username/email-address. :omg: So today I tried to log in -- all it does is tell me that the login failed. Over and over and over again. :wtf: Can't you at least do a freakin' ToLower on whatever the user entered?

          B Offline
          B Offline
          Bernhard Hiller
          wrote on last edited by
          #4

          If they don't accept UpperCase in username/email, that's weird but still not too bad. Imagine they do accept it, AND insist on case-sensitivity when you log-in... "Bernie" != "bernie" - which one did I use? E.g. with postgresql, string comparison is case-sensitive by default...

          1 Reply Last reply
          0
          • D den2k88

            When I registered on my online car insurance company it allowed me to insert special characters in the password. Comes the year later, I need to renew my insurance * they don't accept those characters anymore, * didn't bother to alert anyone, * didn't accept my fully working password, * the "forgot passowrd" button sent an e-mail with the registered password in clear-text (with all the implications on their storage method), * they didn't have any method to create a new account without creating a new contract, which meant starting from the highest merit class available - basically incerasing 8 times the price of my insurance. X| X| X|

            GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++*      Weapons extension: ma- k++ F+2 X If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver

            B Offline
            B Offline
            Bernhard Hiller
            wrote on last edited by
            #5

            den2k88 wrote:

            sent an e-mail with the registered password in clear-text (with all the implications on their storage method),

            Unicode-encrypted? :-D

            1 Reply Last reply
            0
            • H Herman T Instance

              StringComparison.IgnoreOrdinalCase

              In Word you can only store 2 bytes. That is why I use Writer.

              Richard DeemingR Offline
              Richard DeemingR Offline
              Richard Deeming
              wrote on last edited by
              #6

              digimanus wrote:

              StringComparison.OrdinalIgnoreCase

              FTFY.


              "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

              "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

              H 1 Reply Last reply
              0
              • Richard DeemingR Richard Deeming

                digimanus wrote:

                StringComparison.OrdinalIgnoreCase

                FTFY.


                "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                H Offline
                H Offline
                Herman T Instance
                wrote on last edited by
                #7

                Thank you

                In Word you can only store 2 bytes. That is why I use Writer.

                1 Reply Last reply
                0
                • P PIEBALDconsult

                  Gaaahhh!!! I recently registered on a website that doesn't accept upper-case letters in a username/email-address. :omg: So today I tried to log in -- all it does is tell me that the login failed. Over and over and over again. :wtf: Can't you at least do a freakin' ToLower on whatever the user entered?

                  Z Offline
                  Z Offline
                  ZurdoDev
                  wrote on last edited by
                  #8

                  PIEBALDconsult wrote:

                  upper-case letters in a username/email-address.

                  There's your first problem. :-\ But yes, a simple problem to fix.

                  There are only 10 types of people in the world, those who understand binary and those who don't.

                  1 Reply Last reply
                  0
                  • D den2k88

                    When I registered on my online car insurance company it allowed me to insert special characters in the password. Comes the year later, I need to renew my insurance * they don't accept those characters anymore, * didn't bother to alert anyone, * didn't accept my fully working password, * the "forgot passowrd" button sent an e-mail with the registered password in clear-text (with all the implications on their storage method), * they didn't have any method to create a new account without creating a new contract, which meant starting from the highest merit class available - basically incerasing 8 times the price of my insurance. X| X| X|

                    GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++*      Weapons extension: ma- k++ F+2 X If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver

                    T Offline
                    T Offline
                    Tim Carmichael
                    wrote on last edited by
                    #9

                    den2k88 wrote:

                    * the "forgot passowrd" button sent an e-mail with the registered password in clear-text (with all the implications on their storage method),

                    So.. do they have fraud insurance to cover themselves when their system gets hacked?

                    D 1 Reply Last reply
                    0
                    • T Tim Carmichael

                      den2k88 wrote:

                      * the "forgot passowrd" button sent an e-mail with the registered password in clear-text (with all the implications on their storage method),

                      So.. do they have fraud insurance to cover themselves when their system gets hacked?

                      D Offline
                      D Offline
                      den2k88
                      wrote on last edited by
                      #10

                      I sincerely hope so. Better than that I hope someone hacks them and pays my insurance bill but that's not gonna happen. ;P

                      GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++*      Weapons extension: ma- k++ F+2 X If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver

                      1 Reply Last reply
                      0
                      • D den2k88

                        When I registered on my online car insurance company it allowed me to insert special characters in the password. Comes the year later, I need to renew my insurance * they don't accept those characters anymore, * didn't bother to alert anyone, * didn't accept my fully working password, * the "forgot passowrd" button sent an e-mail with the registered password in clear-text (with all the implications on their storage method), * they didn't have any method to create a new account without creating a new contract, which meant starting from the highest merit class available - basically incerasing 8 times the price of my insurance. X| X| X|

                        GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++*      Weapons extension: ma- k++ F+2 X If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver

                        R Offline
                        R Offline
                        Rob Grainger
                        wrote on last edited by
                        #11

                        Name them and shame them.

                        "If you don't fail at least 90 percent of the time, you're not aiming high enough." Alan Kay.

                        D 1 Reply Last reply
                        0
                        • R Rob Grainger

                          Name them and shame them.

                          "If you don't fail at least 90 percent of the time, you're not aiming high enough." Alan Kay.

                          D Offline
                          D Offline
                          den2k88
                          wrote on last edited by
                          #12

                          Well, if Lloyd was a Genius he would have an insurance company with a misspelled Alliance. Gosh this is almost CCC material.

                          GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++*      Weapons extension: ma- k++ F+2 X If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver When I was six, there were no ones and zeroes - only zeroes. And not all of them worked. -- Ravi Bhavnani

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups