Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customization options for login screen #7

Open
cristacheda opened this issue Mar 19, 2019 · 1 comment
Open

Customization options for login screen #7

cristacheda opened this issue Mar 19, 2019 · 1 comment

Comments

@cristacheda
Copy link

It would be great if you could add plugin options of filters for personalising the WordPress login page just like the organisation OKTA login page.

@Crag-Monkey
Copy link

I agree, that would be a good addition.

In the meantime, this works to pull your logo in:

<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script>
     $(document).ready(function(){
          if ($('div.okta-sign-in-header').length !== 0) {
               if ($('img.auth-org-logo').length === 0) {
                    $('div.okta-sign-in-header').prepend('<img src="/path/to/your/logo.png" class="auth-org-logo" alt="My Site logo">');
               }
          }
     });
</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants