Questions tagged [web-site-project]

Web Site "projects" are created by using the File->New Web Site command in Visual Studio. They are very strange and should not be used unless you really need to. In most cases, you should use File->New Project.

Web site projects are projects that encompass a web site that will be available through a device using a browser.

498 questions
2
votes
1 answer

email verification on laravel 7

I have a question, actually, I'm developing a web site using laravel 7 and I successfully make an email verification and password reset functionality using mailtrap.io; but all theses just in localhost, I'm wondering if there is any other way to use…
2
votes
1 answer

How do I make my password prompt only show up once when I open up my website instead of every time I reload the page or revisit it

Can I set a time limit (for example in 8 hours you have to retype the password)? Here's my very simple javascript: