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

sign up procedure has some problems #47

Open
nicb opened this issue May 16, 2016 · 7 comments
Open

sign up procedure has some problems #47

nicb opened this issue May 16, 2016 · 7 comments
Assignees
Labels
Milestone

Comments

@nicb
Copy link
Contributor

nicb commented May 16, 2016

We need to make a capybara test upon failing sign up procedures. There are no flash notices, thus it is difficult to understand what is going on. Furthermore: it's a bit funny. Signing in requires an e-mail but then the e-mail is not reported in the inner form.

@nicb nicb added the bug label May 16, 2016
@nicb nicb added this to the v1.0 milestone May 16, 2016
@micsuperfly
Copy link

send me reset èassword..has ssome problems

@nicb
Copy link
Contributor Author

nicb commented May 17, 2016

send me reset èassword..has ssome problems

thank you @micsuperfly I'll open a new issue for this (this is a separate issue).

@nicb
Copy link
Contributor Author

nicb commented May 19, 2016

Something about it can be found here

@grammaton
Copy link
Contributor

@nicb but all the notice we have into controllers works fine.
maybe simply we need to write the notice for log in.

@grammaton
Copy link
Contributor

@nicb after merging master on gs-cap and the pull of your fixes the LOG IN button not works

@nicb
Copy link
Contributor Author

nicb commented May 20, 2016

@nicb after merging master on gs-cap and the pull of your fixes the LOG IN button not works

Yes I am checking. Unfortunately most of the javascripts we have included in our application layout page are broken and/or behave very erratically. So here is what I am currently trying to do:

  1. fix the javascript errors that appear on browser consoles the best I can
  2. remove all the unnecessary javascripts from the sign up/sign in pages.

@grammaton
Copy link
Contributor

grammaton commented May 20, 2016

this is what we have into emufest.org/_site/assets

.
├── css
│   └── main.css
├── fonts
│   ├── FontAwesome.otf
│   ├── fontawesome-webfont.eot
│   ├── fontawesome-webfont.svg
│   ├── fontawesome-webfont.ttf
│   └── fontawesome-webfont.woff
└── js
    ├── plugins
    │   ├── jquery.fitvids.js
    │   ├── jquery.magnific-popup.js
    │   ├── respond.js
    │   ├── responsive-nav.js
    │   └── search.js
    ├── scripts.min.js
    └── vendor
        ├── html5shiv.min.js
        ├── jquery-1.9.1.min.js
        ├── modernizr-2.7.1.custom.min.js
        └── respond.min.js

5 directories, 17 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants