Jump to content

Search the Community

Showing results for tags 'login'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 11 results

  1. Good evening, seems there went something wrong. In a new project I added the TUniLoginForm quite late and now it looks like, it is not shown automatically. But however the MainForm appears immediately. Yes, Handled:=False in BeforeLogin (MainModule) Is there something I forgot or deactivated? Couldnt find any clue in the forum. Help or advice would be wonderful Version: 1.50.0.1480
  2. mcb

    About Login Form

    Değerli arkadaşlar, Unigui yeni test etmeye başladım. sitedeki dokumanlara gore birşeyler yapılıyorum ama login form kısmında takıldım. ok buttonuna basıldıgında db ye bağlanıp sorgulama yapıyorum. ama sonuç ne olursa olsun mainForm direk görüntüleniyor. normalde ModalResult := mrOk kodundan sonra olması gerekmiyormu.
  3. ***EDIT*** Answered my own question below, but left here in case it helps anyone else. Hi All, I have a situation where on some occasions I pass in two parameters to the application, lets say encrypted username and password. I have code in UniGUIMainModuleBeforeLogin which handles skipping the login screen if these parameters are passed in. I use this functionality if a user needs to be directly routed to the application without seeing the login screen. It works great. However, my problem occurs when I want to logout, I call "ModalResult := MrOK" on my main form and this logs me out, but the original parameters are still there and thus I am logged back in, skipping the login form. Except in the case of logging out I want login form shown. Is there anywhere I can clear the parameters? This would then allow the function in UniGUIMainModuleBeforeLogin to fail as the parameters would be empty. Alternatively could I redirect to a parameter-less URL. I have tried URLRedirects and trying to clear the parameters - but no luck. Does anyone have any ideas how I might achieve the result I need?
  4. Hi, I have i hybrid application and i'm trying to hide the characters on the login screen where i have a TunimEdit. There is a property called "PasswordChar" that is defaulted to #0. I tried to remove the 0 but did not work. I have the same login screen in the desktop version where i have a TuniEdit, when i set the "PasswordChar" to # it works and hides the chars. Best Regards Christian
  5. I have a login screen that serves two purposes: To login OR to create a new account. The problem I have is in trying to present messages when the user enters incorrect information or tries to create an already existing account. I've tried several methods of presenting the messages (and perhaps giving them a second chance) without success. How do you do this? A picture of my login screen is attached.
  6. Hi Here is a simple project to show how to build a login form I used Zeos Lib to acces the database and MySQL. in this case. Also i made all forms to fit a smartphone with 480x320 screen. Here is the SQL command to create the users table: DROP TABLE IF EXISTS `tbluser`; CREATE TABLE `tbluser` ( `Id` int(11) NOT NULL AUTO_INCREMENT, `login` varchar(30) DEFAULT NULL, `password` varchar(20) DEFAULT NULL, `status` varchar(1) DEFAULT NULL, PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; any comments would be great thanks ps: thanks to all forum members that help me with a lot of questions! LoginDemoProject.zip
  7. Merhaba; Kullanıcı giriş ekranlarında güvenlik işlemlerini nasıl yapıyorsunuz. Web tarafında çok farklı yöntemler ile login ekranlarına saldırılar olabiliyor sanırım. En basitinden sorgularda parametresiz gönderim yapmak direk büyük sıkıntı diye biliyorum. Bu konudaki fikirlerinizi paylaşırsanız sevinirim. İyi çalışmalar.
  8. Login form da iken, modalresult:=mrok satırında hata mesajı veriyor. Yardımcı olabilirmisiniz. Hata: Tanımsız veya boş bir referansın Approot özelliği alınamıyor.
  9. Olá Segue um exemplo sobre como criar um form de login usei a zeos lib e um banco mysql DROP TABLE IF EXISTS `tbluser`; CREATE TABLE `tbluser` ( `Id` int(11) NOT NULL AUTO_INCREMENT, `login` varchar(30) DEFAULT NULL, `password` varchar(20) DEFAULT NULL, `status` varchar(1) DEFAULT NULL, PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; as telas tem formato 420x380 porque foram testadas em um smartphone uma pá de gente ajudou pra isso funcionar, grato a todos. Mais detalhes aqui: http://www.pontodeensino.com/index.php/blog/414-unigui-projeto-exemplo-login Veja o vídeo: http://www.youtube.com/watch?v=-5E1bsPIt3o fui... LoginDemoProject.zip
  10. how can I avoid not log out if the user is on the login screen? Thanks.
  11. Comentários sobre o unigui: http://www.youtube.com/watch?v=hbceBk892p8 http://www.youtube.com/watch?v=CkmIkCLtCpI Formulário CRUD: http://www.youtube.com/watch?v=nOT98hkP8Zo Relatórios: http://www.youtube.com/watch?v=3nd-EtF9cIE Projeto de Login: http://www.youtube.com/watch?v=-5E1bsPIt3o Comparando outros frameworks: http://www.youtube.com/watch?v=gQQkcsHOR8M Se tiverem sugestões de vídeos, críticas ou comentários favor encaminhar pela página de contato: http://www.pontodeensino.com/index.php/contato
×
×
  • Create New...