TSYS-Merchant / stumps

Apache License 2.0
3 stars 3 forks source link

Change Domain Entry to warn when that" http://" or "https://" should not be included in domain name #38

Closed sblackmore-mw closed 10 years ago

sblackmore-mw commented 10 years ago

Right now, if the user enters, for example, http://www.google.com and clicks the Create Website button, they are taken to a page with "Oh no! Something went wrong." Instead, if the user enters the protocol as part of the URL, we should not accept it, and prompt for the domain name in proper format.

dlachowicz-mw commented 10 years ago

It should be even easier to "Do What I Mean" and grab the domain/host portion of the URL

sblackmore-mw commented 10 years ago

Talked to Mike. He does not think that defaulting the "The website requires SSL connections" to checked would be advisable for the wider open source community. We can use the "Do What I Mean" plan and if the user enters a proper domain name, the box will be unchecked and up to them to check if necessary. If they put in https://, then we will grab the domain/host portion and set the SSL box to checked; if they enter http://, we will just grab the domain/host portion, leaving the SSL box unchecked.

sblackmore-mw commented 10 years ago

Feature finished.