Giter VIP home page Giter VIP logo

Comments (14)

orangecoloured avatar orangecoloured commented on May 28, 2024

I'm having the same issue.

from open-web-analytics.

padams avatar padams commented on May 28, 2024

This really needs to be a CLI command. marking for enhancement.

from open-web-analytics.

websoul67 avatar websoul67 commented on May 28, 2024

I am having the same problem , Any resolution yet?

from open-web-analytics.

adriantan08 avatar adriantan08 commented on May 28, 2024

Is there a way to somehow change the SMTP server? I'm getting the same issue. OWA doesn't seem to be able to send any form of email.

from open-web-analytics.

PiratesWin avatar PiratesWin commented on May 28, 2024

Just checking, has this issue been resolved yet? Still having issues with resetting passwords on version 1.5.7.

from open-web-analytics.

padams avatar padams commented on May 28, 2024

What exactly is the issue? Is your server not configured to send mail?

from open-web-analytics.

PiratesWin avatar PiratesWin commented on May 28, 2024

No, the server is not configured to send email. We have had turnover within out project and the Admin password needs changed. Is it a requirement to have send mail installed on the server to change the Admin password?

from open-web-analytics.

travelkris avatar travelkris commented on May 28, 2024

Same issue here. No email on server, and no way to add additional users without it. Would it be possible for admin to add/change passwords? Or maybe add SMTP credentials to Settings?

from open-web-analytics.

CapacitorSet avatar CapacitorSet commented on May 28, 2024

I also had this issue.

At the time of writing, the password hash is calculated as md5(strtolower($password).strlen($password)); (reference). This is very insecure, I'll open an issue about that so it might change in the future.

from open-web-analytics.

richpeck avatar richpeck commented on May 28, 2024

Same issue - no SMTP setup.

from open-web-analytics.

fangorn9 avatar fangorn9 commented on May 28, 2024

changed /includes/PHPMailer_5.2.0/class.phpmailer.php - set values for
public $From
public $FromName
public $Sender
public $Subject
public $Port (is not standard 25 for our server)
public $SMTPSecure (set tls for our server)
public $SMTPAuth (set true as our server requests auth)
public $Username
public $Password
...and yes, we know, it´s not safe/updatesafe, but now we get mails...

from open-web-analytics.

padams avatar padams commented on May 28, 2024

The changes to mailer have landed in master but I'm going to keep the open as a reminder that we need a CLI command to change passwords.

Anyone want to take a crack at this? Just look at one of the cli class like owa_buildController for an example.

from open-web-analytics.

Maaiins avatar Maaiins commented on May 28, 2024

@padams issue can be closed, fix is contained in master and 1.6.6 release

from open-web-analytics.

BloodyIron avatar BloodyIron commented on May 28, 2024

I also had this issue.

At the time of writing, the password hash is calculated as md5(strtolower($password).strlen($password)); (reference). This is very insecure, I'll open an issue about that so it might change in the future.

THANK YOU, with this one function alone I was able to somewhat reset the password for a user. I know I'm on an old version (1.6.4, I think) but having to send an E-Mail to reset a password for a user as the only option was really shortsighted.

Anyways thanks for this detail, I'll work towards updating my OWA and hopefully the recovery of passwords will be better in that.

from open-web-analytics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.