Two goals:
Minimize barriers to writing comments. The obvious design conclusion: do not force users to create a new account or login with a password.
Allow users to accumulate karma / points for comments. The obvious constructive conclusion: users create unique accounts so that you can reward their activities.
How did other people decide this? Do you find it a good idea to develop a system that stores email addresses and then allows people to associate a password with them later?
, disqus . , .
? , :
function emailverify() { // Send a verification email or use http://email-verify.appspot.com/ // Hold their comment until their email is verified. Once verified, post comment } if(we have seen this user before) { //ie, email is in DB if(user has password) { // Ask for password } else { emailverify(); } } else { emailverify(); }
Source: https://habr.com/ru/post/1734330/More articles:'+' packaging or modular programming in Matlab: python import analog? - namespacesAm I breaking any “good php practice” in the following php array that deals with 3 (human) languages? - arraysasp.net on the page is loaded what order of events? - asp.netDraw a shape in GDI + that overlays opaque pixels with transparency - .netWhat is the scope of the matlab import function? - matlabProblem copying byte [] to another byte [] - c #Qooxdoo and getSelection () form elements - qooxdooDatabase development for a wave collaboration system - full-text-searchHow to dump a single table in MySQL without locking? - mysqlPOSTing XML via HTML forms - htmlAll Articles