Add page for optional Identity Verification
Add controller and view for Identity Verification flow targeted to active (signed in at least once) users. This page behaves almost similar to Identity Verification during signup with the following differences: 1. It requires a signed in user 2. It only shows up to two identity verification methods–phone and/or credit card
显示
- config/feature_flags/wip/opt_in_identity_verification.yml 9 个添加, 0 个删除config/feature_flags/wip/opt_in_identity_verification.yml
- ee/app/assets/javascripts/pages/users/identity_verification/show/index.js 3 个添加, 0 个删除...vascripts/pages/users/identity_verification/show/index.js
- ee/app/controllers/users/base_identity_verification_controller.rb 1 个添加, 7 个删除...ontrollers/users/base_identity_verification_controller.rb
- ee/app/controllers/users/identity_verification_controller.rb 15 个添加, 0 个删除ee/app/controllers/users/identity_verification_controller.rb
- ee/app/controllers/users/registrations_identity_verification_controller.rb 8 个添加, 0 个删除...s/users/registrations_identity_verification_controller.rb
- ee/app/helpers/users/identity_verification_helper.rb 16 个添加, 1 个删除ee/app/helpers/users/identity_verification_helper.rb
- ee/app/models/concerns/identity_verifiable.rb 36 个添加, 16 个删除ee/app/models/concerns/identity_verifiable.rb
- ee/app/views/admin/users/_custom_attributes.html.haml 1 个添加, 1 个删除ee/app/views/admin/users/_custom_attributes.html.haml
- ee/app/views/users/identity_verification/show.html.haml 4 个添加, 0 个删除ee/app/views/users/identity_verification/show.html.haml
- ee/app/views/users/registrations_identity_verification/show.html.haml 1 个添加, 1 个删除.../users/registrations_identity_verification/show.html.haml
- ee/config/routes/identity_verification.rb 6 个添加, 0 个删除ee/config/routes/identity_verification.rb
- ee/spec/helpers/users/identity_verification_helper_spec.rb 13 个添加, 2 个删除ee/spec/helpers/users/identity_verification_helper_spec.rb
- ee/spec/models/concerns/identity_verifiable_spec.rb 31 个添加, 3 个删除ee/spec/models/concerns/identity_verifiable_spec.rb
- ee/spec/requests/users/identity_verification_controller_spec.rb 62 个添加, 0 个删除...c/requests/users/identity_verification_controller_spec.rb
- ee/spec/requests/users/registrations_identity_verification_controller_spec.rb 6 个添加, 76 个删除...rs/registrations_identity_verification_controller_spec.rb
- ee/spec/support/shared_examples/requests/identity_verification_shared_examples.rb 79 个添加, 0 个删除...xamples/requests/identity_verification_shared_examples.rb
加载中
想要评论请 注册 或 登录