Create a Login screen via SalesForce [closed] - salesforce

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am new to Salesforce. I need to create a Login screen where users will first register with the system and then use these credentials to login to the system.
All these information should be saved on to a DB. I need to know how can i do this ? A tutorial/video tutorial or steps would help me start with this. Help ?

If you're talking about for your regular users then no, this isn't possible. If you're talking about customers then I believe what you're looking for (from the scant details provided) is customer portal.
Be aware though, that there are licence fees involved with this and writing your own user authentication system is against the terms of service.

Related

suggest a database system to implement to c? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I need to create a program where I will be storing a bunch of data, not a whole lot but a lot of financial matter
I know my answer is all over google but some of those big database folks want to charge for distribution
others only run online or on a virtual host
What is a good free database that I can embed with C and together store information locally and possibly online?
Or should I write my own?
Or should I write my own?
Don't waste time inventing your own database unless existing code doesn't do what you need.
What is a good free database that I can embed with C and together store information locally and possibly online?
From your list of requirements, SQLite should fit your needs just fine.

best practise for sspi user [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am currently setting a web and sql windows server for a 3 mvc web applications. I have got a sspi domain user set up but not familiar at the correct and most optimal setup for such.
Do all app pools get set up with this user?
Do all databases on the sql server get read/write permissions for this user?
I am looking for best practise for when working with an sspi user.

Is it secure to access database server on internet from dekstop application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am developing an application with need to access database from internet. Is it secure to access directly to the database server ( sql server 2005 ) or is it better to using web service to access the database?
This is a question that you need to ask yourself. In general, accessing DB through a layer is the accepted way to designing applications as it acts as a place holder for plugging in various features such as security, change in DB, change in mapping etc.

Why should you use ACL in CakePHP instead of authentication with a user level feature? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Having difficulty seeing the advantage of going through all the trouble with ACL when I could do it myself.
The best reason to use an ACL system is that access requirements may change. A check for user_level > 5 is what is needed now, but it may change in the future. There is a higher level of abstraction in checking if a role is allowed a certain action because it is not tied to a condition. This condition is thus allowed to change over time.
If you use acl you can create a backend to manage it so when you hand your project over the end user can do it them self without needing to know code.
It is also mor DRY so if for example you had to add a new user type you can just add new rows to the db instead of having to hack it into your code

Silverlight 4 and Outlook 2010 Out of Browser [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
How/what is the best way to access a user outlook while out of browser in
Silverlight ?
I'm looking for sample code to start making queries on a user e-mail box
after the user installs a silverlight app.
I know this busts most if not all of the silverlight security sandboxes, but
installing elevates the app trust to that of the user.
dr K
Have a look at this tutorial:
http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2009/12/23/silverlight-4-grabbing-emails-from-the-outlook-inbox.aspx

Resources