Posts by Kakko • 37 points
2 posts
- 
		-1 votes1 answer29 viewsQ: How to let only registered users see the link?I have a site that already has restricted access to logged in users to post link. but I am not able to make the posted links visible only to registered users, please all help is welcome. Follows… 
- 
		3 votes4 answers183 viewsQ: Compare if password is correctHow to create a simple Javascript that only asks the user to enter the password 1234 to appear the message password released, if it misses 3 times appear blocked account. My code so far: var senha;…