Accounts Entry 0.8.0 is Out

Joshowens

What is accounts-entry, you may ask? It is Differential's attempt to have a customizable login package that is flexible enough that our design team can build awesome registration flows for customers. We were not a fan of accounts-ui out of the back, so we decided to build our first public package for doing customized account login stuff.

The project has since grown and spawned out projects like accounts-t9n, so sign-up and sign-in errors are translated to other languages.

What is new?

So we've added a few new things. The first major thing is that this version requires 0.8.2 because it relies on new password hashing techniques for accounts-password. What else did we add?

What is next?

We plan to switch all our templates to be easily overridden using UI.dynamic. Our goal is to also beef up test coverage even more than what we have now. There has also been some work to unify the language files under accounts-t9n instead of inside accounts-entry so other login packages can benefit from this translation work.