v7.2 login popup issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • dev77
    replied
    Do you wish me to start a separate thread?

    Why in 7.2 there is no /data/log file(s) . I'll enabled the trace in config but still don't see any log files. (My 7.1 production system has log files. Did 7.2 put in a new log system and deleted the previous files?)

    I can't figure out why the new version require me to log in... and why to the parent (domain) directory?)

    I'm glad I did this on my test system and not my production system.

    I'm sure you will figure it out. I'll be happy to help.

    Leave a comment:


  • yuri
    replied
    There's where auth headers are read: https://github.com/espocrm/espocrm/b...i/Auth.php#L74.

    Leave a comment:


  • yuri
    replied
    What changed. We don't store username in cookies anymore. We did it before to support environments w/o proper configuration for Espo. It was a fallback when auth information supposed to be sent via headers was lost someway. A security advisor recommended not to store usernames in cookies and we removed this logic.

    What happens when you enter username/password in the popup?

    Leave a comment:


  • dev77
    started a topic v7.2 login popup issue

    v7.2 login popup issue

    I have same issue as "webiliya" above. Ver. 7.1x worked great. After the update I get a pop up asking me to log into NOT the espo directory (espotest) but it's parent 'domain' directory. (anc77.pairsite.com) below:

    /anc77.pairsite.com

    espotest
    Some-stuff-dir
    Other stuff0dir​

    I see no {ESPO_ROOT}/data/logs/ in my install.

    What happened during the update (done via the terminal as suggested.)
Working...