Forums

Join
bbPress Support ForumsInstallationCan i delete register.php and bb-login.php page ?

Info

Can i delete register.php and bb-login.php page ?

  1. i'd use only registration and login page of wordpress, so i can delete this two bbpress pages ?

  2. In theory yes.
    If wordpress sets the cookies, the part where bbpress reads them is not stored in those two files.

  3. Perhaps better to just the change permissions on these files instead of deleting them.

    ##(being root do the following)
    #Standard location?
    cd /var/www/vhosts/<domain.com>/<bbpress>/
    chmod 000 bb-login.php
    chmod 000 register.php

  4. bb-login it's necessary for the logout...i've modified it to point to 404 template

  5. You must log in to post.