samrat_naresh Posted April 4, 2009 Share Posted April 4, 2009 Hello, I want know how we can provide security for the user accounts other than encrypting the password using php & mysql. Link to comment https://forums.phpfreaks.com/topic/152526-how-to-provide-security-to-user-accounts/ Share on other sites More sharing options...
redarrow Posted April 4, 2009 Share Posted April 4, 2009 1.ask them for a memorable info. 2. get them to select a 4 digit number from a select box. 3. get them to activate the account via email. you can think off loads add more. Link to comment https://forums.phpfreaks.com/topic/152526-how-to-provide-security-to-user-accounts/#findComment-801122 Share on other sites More sharing options...
samrat_naresh Posted April 4, 2009 Author Share Posted April 4, 2009 Now the problem is when I'm typing the url of uploading page it is going directly to the upload page without I want only the logged users should upload. For example I'm typing " http://localhost/honey/students/upload.php ", it is directly navigating to the upload page without signing in. If there is any security that the other users who are not signed in, should disable that upload page or prevent them to upload in my website. Please tell how this can be resolved, I'm new to php. Link to comment https://forums.phpfreaks.com/topic/152526-how-to-provide-security-to-user-accounts/#findComment-801129 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.