-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
modify new user prompts #4
Comments
my bbs server should be up now try sshing into it using port 224 |
himm it keeps crashing as soon as i log out of it i will send you a log file of that when i get a chance |
If it's crashing, I need a backtrace: you can get one by running |
./bbs_dumper.sh: line 18: gdb: command not found |
You'll need to install gdb first: |
got it |
it also says i dont have the core file |
You need to run the script from the directory in which the BBS was started (e.g. Also make sure you start with the If you can't find the core file and it's easy to reproduce the issue, you can also start the BBS again and reproduce; make sure not to change directories, and there should be a |
You should be able to disable all the fields you mentioned except for email, which is still required. You'll need to modify the database schema, which previously required certain columns to be non-NULL:
|
i would like to change the new user prompts to only ask for IRL name birthday town and city
The text was updated successfully, but these errors were encountered: