Log message #4193599

# At Username Text
# Jul 17th 2019, 01:06 geoff anybody here have experience with the new authentication plugin? i'm having a hard time finding any instructions on how to reset a user's password. i'm sure it's simple, and i'm missing something very easy and i'll feel _very_ dumb once somebody explains it to me... any tips?
# Jul 16th 2019, 19:52 maymeow ill try
# Jul 16th 2019, 19:45 challgren @maymeow for testing I would set at least 1 migration to be a break point and see if -t 0 does all of them or to the first break point
# Jul 16th 2019, 19:44 maymeow yes i know but in this db is everything created only via Migrations
# Jul 16th 2019, 19:43 niel45 rollback only works for table you have created via Migrations. Any thing existing before that isn't touched.
# Jul 16th 2019, 19:41 maymeow ill try what said @ricksaccous... i think `bin/cake migrations rollback -t 0` will work for me
# Jul 16th 2019, 19:41 maymeow yes @niel45... something like `php artisan migrate:refresh` in laravel. When i post changes to app they will go to CI and are deployed to review
# Jul 16th 2019, 19:40 niel45 if so, there is a method from Phinx that will check for a table exiting. I've used it for exactly that
# Jul 16th 2019, 19:38 niel45 @maymeow, are you asking how to drop tables if they exist, before creating them in a migration?
# Jul 16th 2019, 19:37 challgren Couldn’t you write a shell to truncate the tables for you? and then run all the migrations?
# Jul 16th 2019, 19:37 maymeow wrong writen ansver but yes i need run all migrations to create clean tables ...
# Jul 16th 2019, 19:34 ricksaccous that would essentially delete all your db tables though
# Jul 16th 2019, 19:34 ricksaccous then you could run them again, but that's only if everyone on your team properly made rollbacks
# Jul 16th 2019, 19:33 ricksaccous like bin/cake migrations rollback -t 0
# Jul 16th 2019, 19:33 ricksaccous i mean supposedly you'd be able to rollback everything
# Jul 16th 2019, 19:33 ricksaccous are you having fk issues when you run migrations?
# Jul 16th 2019, 19:32 ricksaccous @maymeow what do you mean?
# Jul 16th 2019, 19:32 maymeow How can i run clean migrations? (without need to delete database tables manually)
# Jul 16th 2019, 18:07 maxxstyle06 help him guys!
# Jul 16th 2019, 18:07 maxxstyle06 I cannot help xD
# Jul 16th 2019, 17:54 itmpls Why does scope not seem to work at all? Am I doing it wrong? I have a similar row with the same company_id but it doesn't throw any validation error. If I remove the scope array then it properly shows it.
# Jul 16th 2019, 17:38 maxxstyle06 I can pay money aswell if someone wants
# Jul 16th 2019, 17:37 maxxstyle06 Can someone come to teamviewer please?
# Jul 16th 2019, 17:36 maxxstyle06 https://wi.cr/links/go
# Jul 16th 2019, 17:35 maxxstyle06 Api link
# Jul 16th 2019, 17:34 maxxstyle06 Here is api link
# Jul 16th 2019, 17:34 maxxstyle06 wi.cr/links/go
# Jul 16th 2019, 17:34 maxxstyle06 It’s wi.cr
# Jul 16th 2019, 17:33 maxxstyle06 http://wikihosting.us/HKcr
# Jul 16th 2019, 17:32 maxxstyle06 Here is my website
# Jul 16th 2019, 17:31 maxxstyle06 I’m not using oauth2
# Jul 16th 2019, 17:31 maxxstyle06 Devito no bro
# Jul 16th 2019, 17:26 devito are you using any implementation of oauth2? Cause you can leverage the Client grant flow for this.
# Jul 16th 2019, 17:24 devito ahh
# Jul 16th 2019, 17:23 maxxstyle06 Yes
# Jul 16th 2019, 17:23 itmpls so you control both domains?
# Jul 16th 2019, 17:23 maxxstyle06 To my main domain which uses cakephp
# Jul 16th 2019, 17:23 maxxstyle06 That is not using cakephp
# Jul 16th 2019, 17:23 maxxstyle06 I’m trying to send external data from external url
# Jul 16th 2019, 17:22 maxxstyle06 Sorry for late
# Jul 16th 2019, 17:13 itmpls i think you might be overthinking it