2018-10-24 19:57:58 +08:00
|
|
|
<div class="sign-in-up-links">
|
2022-10-12 16:30:09 +08:00
|
|
|
<% unless Rails.application.config.x.disable_local_passwords %>
|
|
|
|
<%- if controller_name != 'sessions' %>
|
|
|
|
<% login = t("devise.links.login") %>
|
|
|
|
<% login = t("devise.links.login_with_provider") if action_name.in? %w(new_with_provider create_with_provider) %>
|
|
|
|
<%= link_to login, new_session_path(resource_name) %><br />
|
|
|
|
<% end -%>
|
2016-02-12 23:52:43 +08:00
|
|
|
|
2022-10-12 16:30:09 +08:00
|
|
|
<%- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations' %>
|
|
|
|
<%= link_to t("devise.links.forgot"), new_password_path(resource_name), class: 'forgot-password-link' %><br />
|
|
|
|
<% end -%>
|
2016-02-12 23:52:43 +08:00
|
|
|
|
2022-10-12 16:30:09 +08:00
|
|
|
<%- if devise_mapping.registerable? && Rails.configuration.x.enable_user_registration && controller_name != 'registrations' %>
|
|
|
|
<%= link_to t("devise.links.signup"), new_registration_path(resource_name), class: 'signup-link' %><br />
|
|
|
|
<% end -%>
|
2016-02-12 23:52:43 +08:00
|
|
|
|
2022-10-12 16:30:09 +08:00
|
|
|
<%- if Rails.configuration.x.enable_email_confirmations && devise_mapping.confirmable? && controller_name != 'confirmations' %>
|
|
|
|
<%= link_to t("devise.links.not_receive_confirmation"), new_confirmation_path(resource_name) %><br />
|
|
|
|
<% end -%>
|
2016-02-12 23:52:43 +08:00
|
|
|
|
2022-10-12 16:30:09 +08:00
|
|
|
<%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' && flash[:alert] == t('devise.failure.locked') %>
|
|
|
|
<%= link_to t("devise.links.not_receive_unlock"), new_unlock_path(resource_name) %><br />
|
|
|
|
<% end -%>
|
|
|
|
<% end %>
|
2016-02-12 23:52:43 +08:00
|
|
|
|
2018-10-24 19:57:58 +08:00
|
|
|
<%- if devise_mapping.omniauthable? && resource_class.omniauth_providers.any? %>
|
|
|
|
<div data-hook="omniauth-sign-in-links"></div>
|
|
|
|
<% end -%>
|
2018-02-26 18:05:05 +08:00
|
|
|
|
2023-08-24 22:44:04 +08:00
|
|
|
<% if controller_name != 'passwords'%>
|
2024-04-02 20:38:21 +08:00
|
|
|
<%- if sso_enabled? && okta_enabled? %>
|
2024-04-16 15:52:31 +08:00
|
|
|
<div class="okta-sign-in-actions">
|
2023-08-24 22:44:04 +08:00
|
|
|
<%= form_tag user_okta_omniauth_authorize_path, method: :post, id: 'oktaForm' do %>
|
2024-04-16 15:52:31 +08:00
|
|
|
<%= submit_tag t('devise.okta.sign_in_label'), class: 'btn btn-okta' %>
|
2023-08-24 22:44:04 +08:00
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<%- unless defined?(linkedin_skip) %>
|
|
|
|
<%- if Rails.configuration.x.enable_user_registration && Rails.configuration.x.linkedin_signin_enabled && @oauth_authorize != true %>
|
|
|
|
<%= render partial: "users/shared/linkedin_sign_in_links", locals: { resource_name: resource_name } %>
|
|
|
|
<% end -%>
|
2018-02-26 18:05:05 +08:00
|
|
|
<% end -%>
|
2019-12-11 00:24:53 +08:00
|
|
|
|
2024-04-02 20:38:21 +08:00
|
|
|
<% if sso_enabled? && azure_ad_enabled? %>
|
2024-04-16 15:52:31 +08:00
|
|
|
<div class="azure-sign-in-actions">
|
2023-08-24 22:44:04 +08:00
|
|
|
<%= render partial: "users/shared/azure_sign_in_links", locals: { resource_name: resource_name } %>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
2023-12-20 21:02:09 +08:00
|
|
|
|
2024-04-02 20:38:21 +08:00
|
|
|
<%- if sso_enabled? && openid_connect_enabled? %>
|
2024-04-16 15:52:31 +08:00
|
|
|
<div class="azure-sign-in-actions">
|
2023-12-20 21:02:09 +08:00
|
|
|
<%= form_tag user_openid_connect_omniauth_authorize_path, method: :post do %>
|
2024-04-16 15:52:31 +08:00
|
|
|
<%= submit_tag t('devise.sessions.new.openid_connect_submit'), class: 'btn btn-primary' %>
|
2023-12-20 21:02:09 +08:00
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
2023-12-21 00:52:33 +08:00
|
|
|
|
2024-04-02 20:38:21 +08:00
|
|
|
<% if sso_enabled? && saml_enabled? %>
|
2024-04-16 15:52:31 +08:00
|
|
|
<div class="azure-sign-in-actions">
|
2023-12-21 00:52:33 +08:00
|
|
|
<%= form_tag user_saml_omniauth_authorize_path, method: :post do %>
|
2024-04-16 15:52:31 +08:00
|
|
|
<%= submit_tag t('devise.sessions.new.saml_submit'), class: 'btn btn-primary' %>
|
2023-12-21 00:52:33 +08:00
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
2023-01-31 18:55:31 +08:00
|
|
|
<% end %>
|
2018-10-24 19:57:58 +08:00
|
|
|
</div>
|