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

Is App-Settings included in dashboard #558

Closed
fantasy8-me opened this issue Oct 19, 2016 · 1 comment
Closed

Is App-Settings included in dashboard #558

fantasy8-me opened this issue Oct 19, 2016 · 1 comment
Labels
state:wont-fix Won’t be fixed with a clearly stated reason

Comments

@fantasy8-me
Copy link

According to #246, we can have app-setting after enable email verification,
but after I enable email verification as below, still can not get the app-settings menu.

{
   ...
    verifyUserEmails: true,
    preventLoginWithUnverifiedEmail: false, 
    appName: 'Sample App',
    publicServerURL: `${serverBaseUrl}/${appId}/parse`,
    emailAdapter: {
      module: "simple-parse-smtp-adapter",
      options: {
        fromAddress: 'noreply@xxx.com',
        user: 'noreply@xxx.com',
        password: 'xxx',
        host: 'smtp.zoho.com',
        isSSL: true, //True or false if you are using ssl 
        port: 465, //SSL port or another port 
        emailField: 'username',
        templates: {
          //This template is used only for reset password email 
          resetPassword: {
            //Path to your template 
            template: emailTemplatePath,
            //Subject for this email 
            subject: 'Reset your password'
          }
        }
      }
    },
    ...
}

And it seems the app-setting is suspended according to parse-community/parse-server#1645

So is the app-setting already included(or will be included) in dashboard

@stale
Copy link

stale bot commented Jan 11, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:wont-fix Won’t be fixed with a clearly stated reason
Projects
None yet
Development

No branches or pull requests

1 participant