sadaszewski

Results 43 comments of sadaszewski

@hello-smile6 - password-lessness, - automatic username generation/account creation - tight coupling with emails (e.g. deriving the username from the email address) - URL delivery by email - Change the "Log...

Then perhaps it would be best to keep the "email" part from the original title of this issue in order to disambiguate. Email can be a pain to set up...

Personally I am interested in email only but I guess one could envisage an SMS as well. That would require a paid service however. Furthermore, SMS could work in an...

I can only confirm that I was changing from the default theme to the Persona theme. The Persona theme was marked as "Current Theme". I clicked the "Current Theme" button/link...

I will try not to get used too much to having widgets in the right places then ;) And definitely won't change the theme ;) Thanks for looking into this...

Interesting but that would require to like... export all "source of truth" content somehow, reset the db and reimport all that - users, articles, messages, etc. to bring all the...

@oplik0 thanks for the summary. Sounds like all the more reason to seek a workaround in the meantime. Do you know if the application crashes when there are exceptions in...

@oplik0 nice, thanks for that insight! so do you think an approach like this could work: 1) introduce `dbCounter` - a global counter of things in progress that use the...

@pitaj this is where it gets quite interesting. In SQL-based drivers this could be achieved (albeit with some overhead) with simple `[valid_from, valid_to]` timestamping of all rows in all tables....

> > (i.e. no more processing until the hook function finishes) > > And while this is happening, nothing can write to the database, right? Stopping the world before every...