Raúl Fuentes
376ce443ef
Add logic to user verification
...
changed functions on verification.rb, the first thing they do is
return true whene skip_user_verification is active.
changed show_welcome_screen? on user.rb, now its shows the welcome
page even with te option active.
changed welcome.html.erb, now if the user see this view and the
option is activated, all 4 checks are green, not only 2.
2018-05-22 15:02:35 +02:00
Bertocq
43758ba830
Fix Style/EmptyCaseCondition rubocop issue
2017-09-25 22:52:38 +02:00
Bertocq
c9bc028524
Remove all unnecesary extra spacing and Layout/ExtraSpacing list from rubocop file
2017-06-28 14:12:51 +02:00
Bertocq
cf81c740b1
Fix Style/ZeroLengthPredicate rubocop issue and remove file list from rubocop_todo
2017-06-26 17:57:53 +02:00
palomahnhp
b4ec077f16
Merge remote-tracking branch 'origin/master' into tracking_user_verifications_and_others
...
Conflicts:
app/assets/javascripts/application.js
2016-04-20 11:28:06 +02:00
palomahnhp
7d4936b577
track user verification and add statistics of verified users who did not vote proposals
2016-03-13 21:38:05 +01:00
kikito
8fde9a77ac
adds a rake task to assign missing geozones
2016-02-19 18:29:14 +01:00
rgarcia
3faadacc15
differentiates between level 2 and level 3 users
2016-02-04 13:38:56 +01:00
kikito
8d82ca05c0
Allows manually verifying users to level 2 without specifying a phone
2015-10-13 17:14:00 +02:00
rgarcia
c367bc264c
refactors pending verification step view [ #500 ]
2015-09-24 17:21:10 +02:00
rgarcia
8c56e28cce
improves incomplete verification scope [ #500 ]
2015-09-24 17:21:09 +02:00
rgarcia
1a80752c04
adds incomplete verification scope [ #500 ]
2015-09-24 17:21:09 +02:00
kikito
3bcea097c6
Moves model concerns from lib to app/models/concerns
2015-09-12 16:53:35 +02:00