TAILIEUCHUNG - Thiết kế mạng xã hội với PHP - 11

Users, Registration, and Authentication If they have submitted the form, we check the registration, to see if the values are valid: if( $this-checkRegistration() == true ) { If the form was completed properly, we can then process the registration and create the user account and the profile: $userId = $this-processRegistration(); if( $this-activeValue == 1 ) { If we have set all users to be active by default, we log the user in automatically: $this-registry-getObject('authenticate')forceLogin( $this-submittedValues['register_ user'], md5( $this-submittedValues['register_ password'] ) ); } $this-uiRegistrationProcessed(); } else { If the registration attempt wasn't successful, we display the user interface, passing a parameter to indicate that errors need to be. | Users Registration and Authentication If they have submitted the form we check the registration to see if the values are valid if this- checkRegistration true If the form was completed properly we can then process the registration and create the user account and the profile userId this- processRegistration if this- activeValue 1 If we have set all users to be active by default we log the user in automatically this- registry- getObject authenticate - forceLogin this- submittedValues register_ user md5 this- submittedValues register_ password this- uiRegistrationProcessed else If the registration attempt wasn t successful we display the user interface passing a parameter to indicate that errors need to be displayed. this- uiRegister true Finally if the user is just viewing the registration form we simply show them that courtesy of the uiRegister method . else this- uiRegister false CAPTCHA We don t want our social network to get clogged up with automated signups that aren t going to add anything to our site. We can use a CAPTCHA Completely Automated Public Turing test to tell Computers and Human Apart challenge to test that the sign up is a genuine person. A CAPTCHA challenge is often a series of words embedded in an image many computer systems can t automatically pick up the text from this image whereas a human can helping to tell which signup is a human and which is an automated computer. ------------------------------------ 82 ----------------------------------- Download from Wow eBook Chapter 3 General CAPTCHA Generally CAPTCHA systems work by Generating a random phrase or string. Storing this phrase in the user s session so they can t see it but we have a persistent copy as they move from the registration form to process their registration. This is also useful as the image is generally generated by a separate HTTP request so the session is needed to maintain the value . Displaying a slightly distorted version of the phrase on the registration .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.