display an encouragement to contribute after many anonymous notes
create a counter of anonymous notes in a cookie, read by new note controller to display an encouragement to contribute in the already existing anonymous warning if the anonymous visitor has already created at least 10 anonymous notes. Cookie deleted on log-in and sign-up after email validation
This commit is contained in:
parent
5d76ec051e
commit
0f2df0b9ef
6 changed files with 30 additions and 4 deletions
|
@ -39,6 +39,8 @@ module SessionMethods
|
|||
session[:fingerprint] = user.fingerprint
|
||||
session_expires_after 28.days if session[:remember_me]
|
||||
|
||||
cookies.delete :_osm_anonymous_notes_count
|
||||
|
||||
target = referer || url_for(:controller => :site, :action => :index)
|
||||
|
||||
# The user is logged in, so decide where to send them:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue