Can't login directly to vanilla with Wordpress account and vice versa

2»

Comments

  • After I registered for a test account I was redirected to a "Page not found" error (wordpress, not vanilla)

  • @Bleistivt said:
    After I registered for a test account I was redirected to a "Page not found" error (wordpress, not vanilla)

    Ah, that was a non Vanilla related problem.

    Can you explain this to me ? I cant seem to get it.

    @hgtonight said:
    I just wanted to add that setting $Configuration['Garden']['Registration']['Method'] = 'Connect'; in your /conf/config.php file should forward any sign in attempt from Vanilla to your connected software.

  • @Gogito said:
    Can you explain this to me ? I cant seem to get it.

    hgtonight said:
    I just wanted to add that setting $Configuration['Garden']['Registration']['Method'] = 'Connect'; in your /conf/config.php file should forward any sign in attempt from Vanilla to your connected software.

    1. Open your /conf/config.php file.
    2. Add $Configuration['Garden']['Registration']['Method'] = 'Connect'; on a new line.
    3. Save it.
    4. Reload your page.
  • @hgtonight said:
    4. Reload your page.

    That line was already there. But my issue is still there, any chance it's because of the URL ?

  • I did this on step 3, is it right: I add this to my config.php

    $Configuration['Garden']['Registration']['AutoConnect'] = TRUE;

    I can't seem to understand step 5 but I suppose since I'm using the Wordpress plugin, I needn't do it ?

  • @Gogito said:
    I can't seem to understand step 5 but I suppose since I'm using the Wordpress plugin, I needn't do it ?

    Your forum is embedded, so you need to do it. Or get rid of embedding, it will make things a lot easier.

  • @Bleistivt said:
    Your forum is embedded, so you need to do it. Or get rid of embedding, it will make things a lot easier.

    Wait, I've just thought about this. Is there a way to change the url the sign in button lead to ? I mean, come to think of it, everything is working normally, only that the signin button lead to a popup not my Wordpress login page so if I can manage to change its behavior, I'm all set. This should be a lot easier than all that above right ?

  • so you want the sign-in to lead to http://yoursite.com/wp-login?

Sign In or Register to comment.