Closed xx4h closed 3 years ago
Now that ubccr/goipa#8 is merged (released goipa v0.0.5), can you update go modules in this PR. So something like this should do the trick:
$ go get github.com/ubccr/goipa@v0.0.5
Should we remove the refrences for goipa@v0.0.4
from go.sum
?
Should we remove the refrences for
goipa@v0.0.4
fromgo.sum
?
i think so, updated again.
Should we remove the refrences for
goipa@v0.0.4
fromgo.sum
?
Yes, go get
should take care of all that for you.
Should we remove the refrences for
goipa@v0.0.4
fromgo.sum
?Yes,
go get
should take care of all that for you.
most of it, yes. but i had to remove the old refrences (for v0.0.4
) by my self.
The only suggestion I'd make for a nicer user experience is to issue a 'success' message after the password change is made. Right now it just redirects to the login window and the user doesn't know for sure that the password change worked.
@xx4h Off the top of my head, this should be doable using a flash message. Something like sess.AddFlash("Password change successful")
and then just making sure we display those flash messages on the login page. Need to add the {{ range $m := .flashes }}
to the template.
Thanks for adding the extra message on the password change success. This looks great!
Happy to see you liking it :) you're welcome
@xx4h Thanks for all your work on this!
@xx4h Thanks for all your work on this!
You're welcome. Thanks for all your feedback and ideas too!
ref #84