Dustman wrote:
Hi! First time poster here. I just want to know if there's a way to automatically create a user account as well as a weblog without having the user go through the registration process. I would like to automate this process so I can integrate roller with another system that I am developing.
You can do it, but you will have to write some code.
I guesss the most direct method would be modifying the SQL tables directly but would this have any side effects like synchronization problems?
No, you probably don't want to do that. It's better to work through the Roller code.
Any ideas, suggestions, clarifications would be much appreciated. Thanks!
What you are talking about is basically a custom SSO module that would do account creation in the event the account didn't exist in Roller yet. Roller uses the Acegi security system for handling authentication, so your best bet is to start looking at how you could fit in your custom code there.
I don't have any direct experience, so maybe someone else can offer some additional ideas.
-- Allen
-- View this message in context: http://www.nabble.com/Automatic-Account-Creation-t1618652s12275.html#a4386328 Sent from the Roller - Dev forum at Nabble.com.
