/    Sign up×
Community /Pin to ProfileBookmark

user logins on websites

a mate of mine is making a website for his cousin in html i think, and asked me if i knew how to make a login system for it. i said that it would take more than html to do, but i dont know any more than that.

i was wondering if anyone could give me some ideas or point me in the right direction.

much obliged ?

to post a comment
Full-stack Developer

5 Comments(s)

Copy linkTweet thisAlerts:
@welshMar 07.2006 — Hey, there are many different ways you could do a login but each of them require a server-side language. These being php, asp, jsp and others, again with that would require a database program like MySQL, SQL, etc. Each server-side works well with a specific database usually, and php works with with MySQL. If you arent interested to learn a server-side you could check out http://www.hotscripts.com and see if there are any scripts that interest you, but if you are [url=http://www.google.com]Google[/url] is your friend. as well as this site does have server-side sections where you can ask questions.
Copy linkTweet thisAlerts:
@tonytony2authorMar 07.2006 — cheers mate, ill pass it on to him and see what he says ?
Copy linkTweet thisAlerts:
@ray326Mar 08.2006 — Server side scripting is only required for user initiated functions like password changes. You can protect a site with Basic Authentication against an id/password list maintained manually by the site owner.
Copy linkTweet thisAlerts:
@tonytony2authorMar 08.2006 — how would you go about doing that?

im not sure he wants to manually add members and passwords etc, but ill ask him about it as well ?
Copy linkTweet thisAlerts:
@ray326Mar 08.2006 — Basic Auth can run against an id/password file. The format depends on the server. Apache uses something like

mylogin:mypass

but 'mypass' will be encrypted. Apache comes with a utility for manipulating password files.
×

Success!

Help @tonytony2 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...