• I have an existing web-site with authorization and I added there WP blog. Now my users need to authorize themselves twice – first, when they want to enter webpage and second time, when they want to login to WP to add posts, comments etc. I don’t want to ask password twice from users. Is there way to authorize users also for wordpress when they enter webpage?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Typically, after authorization systems save the user info to PHP session variable. Each system saves this information under the different name so you need to modify your web site to save the user info to wordpress session variable or modify the wordpress to save the iser info to your web site system session variable.

    You may also search for pluging that will do it for you.

    Thread Starter maku_kulden

    (@maku_kulden)

    I’m afraid I’m not that advanced user to modify my website system that way…

    What is the main system of you site? Another CMS?

    Thread Starter maku_kulden

    (@maku_kulden)

    No. Just Apache web server. Apache asks login and password from everybody. Now I need to create situation where apache could pass this authorization info to wordpress.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Website and WP authorization’ is closed to new replies.