direct link for password lost?

Discussion in 'Tips/Tricks/Mods' started by radim_h, Apr 19, 2010.

  1. radim_h

    radim_h Member

    hello,
    is there direct link for password reset on login page?
    i'd like not make password fot my clients just send them link to generate page before first login

    i tried
    https://spconfigserver/login/password_reset.php
    /address is ok, as i have ispconfig on port 443/

    it shows reset password page, but without template

    Thanks in advance
    RH
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The ispconfig Interface uses ajax, so you can not call internal pages like the password_reset.php with a direct link.
     
  3. gec

    gec Member

    @till:

    with all respect, but this is not an answer to the question.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    It is an answer to the question, please read my post! My answer explains why there is no such link and why you can not call this page extternally. Or for poeple who are too lazy to read my full post, the answer is:

    NO
     
  5. BorderAmigos

    BorderAmigos New Member

    Could this be done by writing a page that calls the remote function 'client_update'?

    client_update($session_id, $reseller_id, $client_id, $params)
     

Share This Page