Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generator to install rodauth using alternative accounts_table #194

Closed
bekicot opened this issue Feb 1, 2023 · 2 comments
Closed

Generator to install rodauth using alternative accounts_table #194

bekicot opened this issue Feb 1, 2023 · 2 comments

Comments

@bekicot
Copy link

bekicot commented Feb 1, 2023

running

rails g rodauth:install users

should generate rodauth migrations, model, and configurations that works with users table.

@janko
Copy link
Owner

janko commented Feb 2, 2023

Thanks for the suggestion. This might be possible for the initial rodauth:install run, but how would this work for any subsequent rodauth:migration runs? It would have to inject *_table declarations into the Rodauth configuration, but how would it know where it should do that? If I would introduce this feature, it would have to be all the way.

@janko
Copy link
Owner

janko commented Feb 3, 2023

I will close this, because GitHub Issues are reserved for bug reports, discussions and feature requests should be posted on Discussions.

@janko janko closed this as completed Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants