Password

by 3 replies
4
I am designing a website and want to add the option to put ID and password to access the website. What programing language do I need to do this? Are there any programming books you can suggest I read to learn how to do this?
#website design #password
  • For user authentication, PHP/MySQL might be the way to go. It's even easier if you're using a framework like Rails, Node (Passport), etc.
  • Hi crtvasgn,

    It might be better for you to build the site using one of the popular CMS with member registration module.
    Did you consider this option?
  • I was going to say the same, you could use Wordpress with a membership plugin. Could save you a TON of time all the way around.

    I use to code and design websites and wasted so much of my time. I got smart and used platforms like Wordpress. Doesn't fit every bill, but most times it's a good fit. I'd rather promote and market, than spending time and frustration with coding.

Next Topics on Trending Feed

  • 4

    I am designing a website and want to add the option to put ID and password to access the website. What programing language do I need to do this? Are there any programming books you can suggest I read to learn how to do this?