Er, the fake user store should be supported, although like waves, users aren't saved between sessions yet.
We haven't added account creation yet. That should be coming this week. -J On Sun, Oct 3, 2010 at 8:09 AM, Matt Richards <[email protected]> wrote: > fake storage does not appear to be supported on the current tip. > Is there another change that supports account creation that I'm not aware > of? > > On Wed, Sep 29, 2010 at 2:06 AM, Joseph Gentle <[email protected]> wrote: >> >> I'm about to submit a change which makes the little login box in the >> web client actually authenticate the user properly, logging in with >> the requested username and an empty password. >> >> If you don't have an account on your server, you can no longer log in >> and mess about. And its currently impossible to create accounts, so >> that is a bit of a problem. For the time being, I've made an account >> store which creates accounts for people on the fly, with an empty >> password. This account store will be removed once account management & >> persistence has been added to the server. >> >> If you have a custom configuration file, put this at the bottom of >> run-config.sh: >> >> ACCOUNT_STORE_TYPE=fake >> >> If you're using the old default (ACCOUNT_STORE_TYPE=memory), you will >> not be able to log in. >> >> If you haven't made your own configuration file, no action is necessary. >> >> Cheers >> Joseph >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Wave Protocol" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/wave-protocol?hl=en. >> > > > > -- > --Matt > > -- > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
